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;
Process Class | Process Members | System.Diagnostics Namespace