MemoryUsageInfoCommitLimit Property |
Win32_PerfFormattedData_PerfOS_Memory: CommitLimit: Amount of virtual memory, in bytes,
that can be committed without having to extend the paging files. Committed memory is
physical memory for which space has been reserved on the disk paging files.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long CommitLimit { get; set; }
<DataMemberAttribute>
Public Property CommitLimit As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long CommitLimit {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract CommitLimit : int64 with get, set
[<DataMemberAttribute>]
override CommitLimit : int64 with get, set
Property Value
Type:
Int64
The commit limit.
Implements
IMemoryUsageInfoCommitLimitSee Also