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

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

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