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