wManager.Wow.Helpers Namespace
WRobot

Memory..::..GetOffset Method

Get offset.

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

Syntax


public static uint GetOffset(
	string pattern,
	int position,
	bool isFunction,
	bool rebase,
	Memory memory
)
Public Shared Function GetOffset ( _
	pattern As String, _
	position As Integer, _
	isFunction As Boolean, _
	rebase As Boolean, _
	memory As Memory _
) As UInteger
public:
static unsigned int^ GetOffset(
	String^ pattern, 
	int^ position, 
	bool^ isFunction, 
	bool^ rebase, 
	Memory^ memory
)

Parameters

pattern
Type: String
The pattern.
position
Type: Int32
The position.
isFunction
Type: Boolean
if set to true is function.
rebase
Type: Boolean
if set to true rebase.
memory
Type: Memory
The memory.

Return Value

Ptr.