Beispiel #1
0
        public virtual CommandParserInterface GetCommandParser()
        {
            IntPtr cPtr = RakNetPINVOKE.TransportInterface_GetCommandParser(swigCPtr);
            CommandParserInterface ret = (cPtr == IntPtr.Zero) ? null : new CommandParserInterface(cPtr, false);

            return(ret);
        }
 internal static HandleRef getCPtr(CommandParserInterface obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(CommandParserInterface obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }