|
PerformanceInformationPhysicalAvailable Field |
The amount of physical memory currently available, in pages. This is the amount of physical
memory that can be immediately reused without having to write its contents to disk first.
It is the sum of the size of the standby, free, and zero lists.
Namespace: Xcalibur.NativeMethods.V2.SystemInfoAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public IntPtr PhysicalAvailable
Public PhysicalAvailable As IntPtr
public:
IntPtr PhysicalAvailable
val mutable PhysicalAvailable: IntPtr
Field Value
IntPtrSee Also