コード例 #1
0
 internal static HandleRef getCPtr(NatPunchthroughDebugInterface obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #2
0
 public void SetDebugInterface(NatPunchthroughDebugInterface i)
 {
     SLikeNetPINVOKE.NatPunchthroughClient_SetDebugInterface(swigCPtr, NatPunchthroughDebugInterface.getCPtr(i));
 }