Exemplo n.º 1
0
        public virtual CommandParserInterface GetCommandParser()
        {
            global::System.IntPtr  cPtr = RakNetPINVOKE.TransportInterface_GetCommandParser(swigCPtr);
            CommandParserInterface ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CommandParserInterface(cPtr, false);

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