ComputerInfo.OsTotalSwapSpaceSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Total swap space in kilobytes
public:
property Nullable<System::UInt64> OsTotalSwapSpaceSize { Nullable<System::UInt64> get(); };
public ulong? OsTotalSwapSpaceSize { get; }
member this.OsTotalSwapSpaceSize : Nullable<uint64>
Public ReadOnly Property OsTotalSwapSpaceSize As Nullable(Of ULong)
Property Value
Remarks
This value may be NULL (unspecified) if the swap space is not distinguished from page files. However, some operating systems distinguish these concepts. For example, in UNIX, whole processes can be swapped out when the free page list falls and remains below a specified amount