ComputerInfo.OsFreeVirtualMemory Property

Definition

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)

Property Value

Applies to