getCPtr() static private method

static private getCPtr ( CProfileIterator obj ) : HandleRef
obj CProfileIterator
return System.Runtime.InteropServices.HandleRef
Ejemplo n.º 1
0
 public static void Release_Iterator(CProfileIterator iterator)
 {
     LinearMathPINVOKE.CProfileManager_Release_Iterator(CProfileIterator.getCPtr(iterator));
 }
Ejemplo n.º 2
0
 public static void dumpRecursive(CProfileIterator profileIterator, int spacing)
 {
     LinearMathPINVOKE.CProfileManager_dumpRecursive(CProfileIterator.getCPtr(profileIterator), spacing);
 }