ComputerInfo.OsFreeVirtualMemory 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, of virtual memory currently unused and available
public:
property Nullable<System::UInt64> OsFreeVirtualMemory { Nullable<System::UInt64> get(); };
public ulong? OsFreeVirtualMemory { get; }
member this.OsFreeVirtualMemory : Nullable<uint64>
Public ReadOnly Property OsFreeVirtualMemory As Nullable(Of ULong)