public vncServerObject(vncServerObject obj) : this(OpenVNCWRAPPINVOKE.new_vncServerObject__SWIG_2(vncServerObject.getCPtr(obj)), true)
 {
     if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public vncServerObject opEquals(vncServerObject other)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_opEquals__SWIG_1(swigCPtr, vncServerObject.getCPtr(other)), false);

            if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending)
            {
                throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool opNotEquals(vncServerObject other)
        {
            bool ret = OpenVNCWRAPPINVOKE.vncServerObject_opNotEquals(swigCPtr, vncServerObject.getCPtr(other));

            if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending)
            {
                throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #4
0
 public static vncServerObject New(string pLocalHost, ushort nLocalPort)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_1(pLocalHost, nLocalPort), true);
     return ret;
 }
Exemple #5
0
 public static vncServerObject New()
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_3(), true);
     return ret;
 }
Exemple #6
0
 public virtual vncServerObject NewServer(string pLocalHost)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_2(swigCPtr, pLocalHost), true);
     return ret;
 }
Exemple #7
0
 public virtual vncServerObject NewServer()
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_3(swigCPtr), true);
     return ret;
 }
 public bool opNotEquals(vncServerObject other)
 {
     bool ret = OpenVNCWRAPPINVOKE.vncServerObject_opNotEquals(swigCPtr, vncServerObject.getCPtr(other));
     if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending) throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Exemple #9
0
        public virtual vncServerObject NewServer(string pLocalHost)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_2(swigCPtr, pLocalHost), true);

            return(ret);
        }
 public vncServerObject NewServer(string pLocalHost, ushort nLocalPort)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngineObject_NewServer__SWIG_1(swigCPtr, pLocalHost, nLocalPort), true);
     return ret;
 }
 public vncServerObject opEquals(vncServer other)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_opEquals__SWIG_0(swigCPtr, vncServer.getCPtr(other)), false);
     return ret;
 }
        public vncServerObject New()
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_3(swigCPtr), true);

            return(ret);
        }
 internal static HandleRef getCPtr(vncServerObject obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
        public vncServerObject New(string pLocalHost)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_2(swigCPtr, pLocalHost), true);

            return(ret);
        }
        public vncServerObject New(string pLocalHost, ushort nLocalPort, vncNetworkType_t eType)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_0(swigCPtr, pLocalHost, nLocalPort, (int)eType), true);

            return(ret);
        }
Exemple #16
0
        public virtual vncServerObject NewServer()
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_3(swigCPtr), true);

            return(ret);
        }
 public vncServerObject New(string pLocalHost)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_2(swigCPtr, pLocalHost), true);
     return ret;
 }
        public vncServerObject opEquals(vncServer other)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_opEquals__SWIG_0(swigCPtr, vncServer.getCPtr(other)), false);

            return(ret);
        }
 public vncServerObject New()
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_3(swigCPtr), true);
     return ret;
 }
 public vncServerObject(vncServerObject obj)
     : this(OpenVNCWRAPPINVOKE.new_vncServerObject__SWIG_2(vncServerObject.getCPtr(obj)), true)
 {
     if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending) throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
 }
 public vncServerObject opEquals(vncServerObject other)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_opEquals__SWIG_1(swigCPtr, vncServerObject.getCPtr(other)), false);
     if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending) throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Exemple #22
0
        public static vncServerObject New()
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_3(), true);

            return(ret);
        }
 internal static HandleRef getCPtr(vncServerObject obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
        public vncServerObject NewServer(string pLocalHost, ushort nLocalPort)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngineObject_NewServer__SWIG_1(swigCPtr, pLocalHost, nLocalPort), true);

            return(ret);
        }
 public vncServerObject New(string pLocalHost, ushort nLocalPort, vncNetworkType_t eType)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_0(swigCPtr, pLocalHost, nLocalPort, (int)eType), true);
     return ret;
 }
Exemple #26
0
        public static vncServerObject New(string pLocalHost, ushort nLocalPort)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_1(pLocalHost, nLocalPort), true);

            return(ret);
        }