wManager.Wow.Helpers Namespace
WRobot

Extensions..::..ResumeAllThreads Method

Resumes all threads of external process.

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

Syntax


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

Parameters

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