Tesla Graphics Engine Documentation (January 2012)
PinObject Method (obj)
TeslaTesla.UtilMemUtilsPinObject(Object)
Pins an object in memory, which allows us to return a pointer to it. This means the garbage collector cannot move the object around in memory, which may impact performance.
Declaration Syntax
C#
public static IntPtr PinObject(
	Object obj
)
Parameters
obj (Object)
Object to pin
Return Value
Object's pointer

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)