Click or drag to resize

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; }

Property Value

Type: Int64
The size of the max process memory.

Implements

IOperatingSystemStaticInfoMaxProcessMemorySize
See Also