ComputerInfo.OsFreeSpaceInPagingFiles Property

Definition

Number, in kilobytes, that can be mapped into the operating system paging files without causing any other pages to be swapped out

public:
 property Nullable<System::UInt64> OsFreeSpaceInPagingFiles { Nullable<System::UInt64> get(); };
public ulong? OsFreeSpaceInPagingFiles { get; }
member this.OsFreeSpaceInPagingFiles : Nullable<uint64>
Public ReadOnly Property OsFreeSpaceInPagingFiles As Nullable(Of ULong)

Property Value

Applies to