C-DEngine 5.105

TheDiagnostics..::..GetProcessThreads Method

Method returns an array containg the threads that a process is running.

Namespace:  nsCDEngine.ISM
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static ProcessThreadCollection GetProcessThreads(
	int nProcID
)
Public Shared Function GetProcessThreads ( _
	nProcID As Integer _
) As ProcessThreadCollection
public:
static ProcessThreadCollection^ GetProcessThreads(
	int^ nProcID
)

Parameters

nProcID
Type: Int32