Example #1
0
        public vncServer __ref__()
        {
            IntPtr    cPtr = OpenVNCWRAPPINVOKE.vncServerObject___ref__(swigCPtr);
            vncServer ret  = (cPtr == IntPtr.Zero) ? null : new vncServer(cPtr, false);

            return(ret);
        }
 public vncServerObject(vncServer obj)
     : this(OpenVNCWRAPPINVOKE.new_vncServerObject__SWIG_0(vncServer.getCPtr(obj)), true)
 {
 }
 public vncServerObject opEquals(vncServer other)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_opEquals__SWIG_0(swigCPtr, vncServer.getCPtr(other)), false);
     return ret;
 }
Example #4
0
 internal static HandleRef getCPtr(vncServer obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #5
0
        public vncServerObject opEquals(vncServer other)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_opEquals__SWIG_0(swigCPtr, vncServer.getCPtr(other)), false);

            return(ret);
        }
Example #6
0
 public vncServerObject(vncServer obj) : this(OpenVNCWRAPPINVOKE.new_vncServerObject__SWIG_0(vncServer.getCPtr(obj)), true)
 {
 }
Example #7
0
 internal static HandleRef getCPtr(vncServer obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }