wManager.Wow.Helpers Namespace
WRobot

Memory..::..IsGoodVersion Method

Determine whether is good version.

Namespace:  wManager.Wow
Assembly:  wManager (in wManager.dll)

Syntax


[ObfuscationAttribute]
public static bool IsGoodVersion(
	int processId
)
<ObfuscationAttribute> _
Public Shared Function IsGoodVersion ( _
	processId As Integer _
) As Boolean
[ObfuscationAttribute]
public:
static bool^ IsGoodVersion(
	int^ processId
)

Parameters

processId
Type: Int32
The process id.

Return Value

true if is good version; otherwise, false.