This documentation is archived and is not being maintained.

ProcessInfo.PeakMemoryUsed Property

Gets the maximum amount of memory the process has used.

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

Property Value

The maximum memory used (in kilobytes [KB]).

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

ProcessInfo Class | ProcessInfo Members | System.Web Namespace

Show: