Subscriber portal
Gets the working set for the process.
Public ReadOnly Property WorkingSet As Long
The working set for the process.
The following code example shows how to get the WorkingSet value.
Public Function GetWorkingSet() As String ' Get the working set. Return String.Format( _ "Working set: {0}", _ processStatistics.WorkingSet.ToString()) End Function 'GetWorkingSet
WebProcessStatistics ClassSystem.Web.Management Namespace