Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getProcBytes() As Integer
C#
public int getProcBytes()
C++
public:
 int getProcBytes() sealed 
J#
public int getProcBytes()
JScript
public  function getProcBytes() : int

Return Value

The total memory used by the process (in kbytes). This is roughly the sum of the memory use of each table.

See Also