wManager.Wow.Helpers Namespace
WRobot

Extensions..::..GetMainThread Method

Gets the main thread of external process.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static ProcessThread GetMainThread(
	this Process process
)
<ExtensionAttribute> _
Public Shared Function GetMainThread ( _
	process As Process _
) As ProcessThread
[ExtensionAttribute]
public:
static ProcessThread^ GetMainThread(
	Process^ process
)

Parameters

process
Type: Process
The process.

Return Value

ProcessThread.