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.PeakVirtualMemorySize

Returns the maximum amount of virtual memory that the associated process has requested.

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

See Also

Process Class | Process Members | System.Diagnostics Namespace