Returns the maximum amount of memory that the associated process has allocated that can be written to the virtual memory paging file.
[Visual Basic] Public ReadOnly Property PeakPagedMemorySize As Integer [C#] public int PeakPagedMemorySize {get;} [C++] public: __property int get_PeakPagedMemorySize(); [JScript] public function get PeakPagedMemorySize() : int;
Process Class | Process Members | System.Diagnostics Namespace