getCPtr() статический приватный Метод

static private getCPtr ( CProfileIterator obj ) : HandleRef
obj CProfileIterator
Результат System.Runtime.InteropServices.HandleRef
Пример #1
0
 public static void Release_Iterator(CProfileIterator iterator)
 {
     LinearMathPINVOKE.CProfileManager_Release_Iterator(CProfileIterator.getCPtr(iterator));
 }
Пример #2
0
 public static void dumpRecursive(CProfileIterator profileIterator, int spacing)
 {
     LinearMathPINVOKE.CProfileManager_dumpRecursive(CProfileIterator.getCPtr(profileIterator), spacing);
 }