ComputerInfo.OsFreePhysicalMemory Property

Definition

Number, in kilobytes, of physical memory currently unused and available

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

Property Value

Applies to