wManager.Wow.Helpers Namespace
WRobot

Extensions..::..SuspendAllThreads Method

Suspends all threads of external process.

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

Syntax


public static void SuspendAllThreads(
	this Process process,
	List<int> ignores
)
<ExtensionAttribute> _
Public Shared Sub SuspendAllThreads ( _
	process As Process, _
	ignores As List(Of Integer) _
)
[ExtensionAttribute]
public:
static void SuspendAllThreads(
	Process^ process, 
	List<int^>^ ignores
)

Parameters

process
Type: Process
The process.
ignores
Type: List<(Of <(<'Int32>)>)>
The thead IDs to ignores.