  | MemoryStatusTotalSwap Property | 
            Gets the total size of the swap space.
            
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic long TotalSwap { get; }Public ReadOnly Property TotalSwap As Long
	Get
public:
property long long TotalSwap {
	long long get ();
}member TotalSwap : int64 with get
Property Value
Int64
            The total size of the swap space, bytes.
            
See Also