Exemplo n.º 1
0
        public virtual CommandParserInterface GetCommandParser()
        {
            IntPtr cPtr = SLikeNetPINVOKE.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);
 }