ComputerInfo.OsMaxProcessMemorySize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)