Exemplo n.º 1
0
 public vncServerObject(vncServerObject obj) : this(OpenVNCWRAPPINVOKE.new_vncServerObject__SWIG_2(vncServerObject.getCPtr(obj)), true)
 {
     if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        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);
        }
Exemplo n.º 3
0
        public bool opNotEquals(vncServerObject other)
        {
            bool ret = OpenVNCWRAPPINVOKE.vncServerObject_opNotEquals(swigCPtr, vncServerObject.getCPtr(other));

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

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

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

            return(ret);
        }
Exemplo n.º 15
0
        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);
        }
Exemplo n.º 16
0
        public virtual vncServerObject NewServer()
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_3(swigCPtr), true);

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

            return(ret);
        }
Exemplo n.º 19
0
 public vncServerObject New()
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_3(swigCPtr), true);
     return ret;
 }
Exemplo n.º 20
0
 public vncServerObject(vncServerObject obj)
     : this(OpenVNCWRAPPINVOKE.new_vncServerObject__SWIG_2(vncServerObject.getCPtr(obj)), true)
 {
     if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending) throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 21
0
 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;
 }
Exemplo n.º 22
0
        public static vncServerObject New()
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_3(), true);

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

            return(ret);
        }
Exemplo n.º 25
0
 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;
 }
Exemplo n.º 26
0
        public static vncServerObject New(string pLocalHost, ushort nLocalPort)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_1(pLocalHost, nLocalPort), true);

            return(ret);
        }