OperatingSystemStaticInfoMaxProcessMemorySize Property |
Win32_OperatingSystem: Maximum number, in kilobytes, of memory
that can be allocated to a process.
Namespace:
Xcalibur.Models.OperatingSystem
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long MaxProcessMemorySize { get; set; }
<DataMemberAttribute>
Public Property MaxProcessMemorySize As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long MaxProcessMemorySize {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract MaxProcessMemorySize : int64 with get, set
[<DataMemberAttribute>]
override MaxProcessMemorySize : int64 with get, set
Property Value
Type:
Int64
The size of the max process memory.
Implements
IOperatingSystemStaticInfoMaxProcessMemorySizeSee Also