WebProcessStatistics::WorkingSet Property

 

Gets the working set for the process.

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

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

Property Value

Type: System::Int64

The working set for the process.

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

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

.NET Framework
Available since 2.0
Return to top
Show: