コード例 #1
0
        public PunchthroughConfiguration GetPunchthroughConfiguration()
        {
            IntPtr cPtr = SLikeNetPINVOKE.NatPunchthroughClient_GetPunchthroughConfiguration(swigCPtr);
            PunchthroughConfiguration ret = (cPtr == IntPtr.Zero) ? null : new PunchthroughConfiguration(cPtr, false);

            return(ret);
        }
コード例 #2
0
 internal static HandleRef getCPtr(PunchthroughConfiguration obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }