WebProcessStatistics::ManagedHeapSize Property

 

Gets the size of the managed heap.

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

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

Property Value

Type: System::Int64

The size of the managed heap.

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

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

.NET Framework
Available since 2.0
Return to top
Show: