GC GetHandle Method Fling OS
Gets a handle for the specified object - basically, a round-about way of casting an object to a pointer.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[NoDebugAttribute]
[NoGCAttribute]
[PluggedMethodAttribute(ASMFilePath = "ASM\GC\GetHandle")]
public static void* GetHandle(
	Object anObj
)

Return Value

Type: Void*
The pointer to the object.
Remarks

All the plug does is to set the return value to the argument value!
See Also