Extensions..::..GetMainThread Method
Gets the main thread of external process.
Namespace:
robotManager.HelpfulAssembly: 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.