コード例 #1
0
 public static void addHandlerCB(ArFunctor1_Int func, ArListPos.Pos position)
 {
     AriaCSPINVOKE.ArSignalHandler_addHandlerCB(ArFunctor1_Int.getCPtr(func), (int)position);
 }
コード例 #2
0
 public static void delHandlerCB(ArFunctor1_Int func)
 {
     AriaCSPINVOKE.ArSignalHandler_delHandlerCB(ArFunctor1_Int.getCPtr(func));
 }
コード例 #3
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArFunctor1_Int obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }