コード例 #1
0
 public vncServerObject(vncServerObject obj) : this(OpenVNCWRAPPINVOKE.new_vncServerObject__SWIG_2(vncServerObject.getCPtr(obj)), true)
 {
     if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #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);
        }
コード例 #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);
        }
コード例 #4
0
ファイル: vncServer.cs プロジェクト: DoubangoTelecom/openvnc
 public static vncServerObject New(string pLocalHost, ushort nLocalPort)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_1(pLocalHost, nLocalPort), true);
     return ret;
 }
コード例 #5
0
ファイル: vncServer.cs プロジェクト: DoubangoTelecom/openvnc
 public static vncServerObject New()
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_3(), true);
     return ret;
 }
コード例 #6
0
ファイル: vncEngine.cs プロジェクト: DoubangoTelecom/openvnc
 public virtual vncServerObject NewServer(string pLocalHost)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_2(swigCPtr, pLocalHost), true);
     return ret;
 }
コード例 #7
0
ファイル: vncEngine.cs プロジェクト: DoubangoTelecom/openvnc
 public virtual vncServerObject NewServer()
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_3(swigCPtr), true);
     return ret;
 }
コード例 #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;
 }
コード例 #9
0
        public virtual vncServerObject NewServer(string pLocalHost)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_2(swigCPtr, pLocalHost), true);

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

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

            return(ret);
        }
コード例 #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);
        }
コード例 #16
0
        public virtual vncServerObject NewServer()
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_3(swigCPtr), true);

            return(ret);
        }
コード例 #17
0
 public vncServerObject New(string pLocalHost)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_2(swigCPtr, pLocalHost), true);
     return ret;
 }
コード例 #18
0
        public vncServerObject opEquals(vncServer other)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_opEquals__SWIG_0(swigCPtr, vncServer.getCPtr(other)), false);

            return(ret);
        }
コード例 #19
0
 public vncServerObject New()
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_3(swigCPtr), true);
     return ret;
 }
コード例 #20
0
 public vncServerObject(vncServerObject obj)
     : this(OpenVNCWRAPPINVOKE.new_vncServerObject__SWIG_2(vncServerObject.getCPtr(obj)), true)
 {
     if (OpenVNCWRAPPINVOKE.SWIGPendingException.Pending) throw OpenVNCWRAPPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #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;
 }
コード例 #22
0
ファイル: vncServer.cs プロジェクト: hesitationer/openvnc
        public static vncServerObject New()
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_3(), true);

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

            return(ret);
        }
コード例 #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;
 }
コード例 #26
0
ファイル: vncServer.cs プロジェクト: hesitationer/openvnc
        public static vncServerObject New(string pLocalHost, ushort nLocalPort)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_1(pLocalHost, nLocalPort), true);

            return(ret);
        }