WebProcessStatistics::PeakWorkingSet Property

 

Gets the peak working set for the lifetime of the process to date.

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

public:
property long long PeakWorkingSet {
	long long get();
}

Property Value

Type: System::Int64

The peak working set of the process.

The following code example shows how to get the PeakWorkingSet value.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: