ComputerInfo.OsFreeSpaceInPagingFiles 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.
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)