wManager.Wow.Helpers Namespace
WRobot

AllocManager..::..Free Method

Free the specified address.

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

Syntax


public bool Free(
	ulong address
)
Public Function Free ( _
	address As ULong _
) As Boolean
public:
bool^ Free(
	unsigned long long^ address
)

Parameters

address
Type: UInt64
The address.

Return Value

true if XXXX, false otherwise.