예제 #1
0
        public vncEngine __ref__()
        {
            IntPtr    cPtr = OpenVNCWRAPPINVOKE.vncEngineObject___ref__(swigCPtr);
            vncEngine ret  = (cPtr == IntPtr.Zero) ? null : new vncEngine(cPtr, false);

            return(ret);
        }
예제 #2
0
 internal static HandleRef getCPtr(vncEngine obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
 internal static HandleRef getCPtr(vncEngine obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #4
0
        public vncEngineObject opEquals(vncEngine other)
        {
            vncEngineObject ret = new vncEngineObject(OpenVNCWRAPPINVOKE.vncEngineObject_opEquals__SWIG_0(swigCPtr, vncEngine.getCPtr(other)), false);

            return(ret);
        }
예제 #5
0
 public vncEngineObject(vncEngine obj) : this(OpenVNCWRAPPINVOKE.new_vncEngineObject__SWIG_0(vncEngine.getCPtr(obj)), true)
 {
 }
예제 #6
0
 public vncEngineObject(vncEngine obj)
     : this(OpenVNCWRAPPINVOKE.new_vncEngineObject__SWIG_0(vncEngine.getCPtr(obj)), true)
 {
 }
예제 #7
0
 public vncEngineObject opEquals(vncEngine other)
 {
     vncEngineObject ret = new vncEngineObject(OpenVNCWRAPPINVOKE.vncEngineObject_opEquals__SWIG_0(swigCPtr, vncEngine.getCPtr(other)), false);
     return ret;
 }