|
PerformanceInformationCommitTotal Field |
The number of pages currently committed by the system. Note that committing pages (using
with
) changes this value immediately; however,
the physical memory is not charged until the pages are accessed.
Namespace: Xcalibur.NativeMethods.V2.SystemInfoAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public IntPtr CommitTotal
Public CommitTotal As IntPtr
public:
IntPtr CommitTotal
val mutable CommitTotal: IntPtr
Field Value
IntPtrSee Also