NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Process.PeakWorkingSet

Returns the maximum amount of physical memory that the associated process required at once.

[Visual Basic]
Public ReadOnly Property PeakWorkingSet As Integer
[C#]
public int PeakWorkingSet {get;}
[C++]
public: __property int get_PeakWorkingSet();
[JScript]
public function get PeakWorkingSet() : int;

See Also

Process Class | Process Members | System.Diagnostics Namespace