ComputerInfo.OsSizeStoredInPagingFiles Property

Definition

Total number of kilobytes that can be stored in the operating system paging files—0 (zero) indicates that there are no paging files. Be aware that this number does not represent the actual physical size of the paging file on disk

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

Property Value

Applies to