ComputerInfo.OsMaxProcessMemorySize Property

Definition

Maximum number, in kilobytes, of memory that can be allocated to a process

public:
 property Nullable<System::UInt64> OsMaxProcessMemorySize { Nullable<System::UInt64> get(); };
public ulong? OsMaxProcessMemorySize { get; }
member this.OsMaxProcessMemorySize : Nullable<uint64>
Public ReadOnly Property OsMaxProcessMemorySize As Nullable(Of ULong)

Property Value

Applies to