ProcessInfo::PeakMemoryUsed Property

 

Gets the maximum amount of memory the process has used.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int PeakMemoryUsed {
	int get();
}

Property Value

Type: System::Int32

The maximum memory used, in kilobytes (KB).

.NET Framework
Available since 1.1
Return to top
Show: