ComputerInfo.OsTotalVisibleMemorySize 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 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.