ComputerInfo.OsTotalVisibleMemorySize Property

Definition

Total amount, in kilobytes, of physical memory available to the operating system.

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

Property Value

Remarks

This value does not necessarily indicate the true amount of physical memory, but what is reported to the operating system as available to it.

Applies to