ComputerInfo.OsTotalSwapSpaceSize Property

Definition

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

Applies to