Inheritance: global::System.IDisposable
Esempio n. 1
0
        public static ConnectionArray frompointer(Connection t)
        {
            global::System.IntPtr cPtr = fanndoublePINVOKE.ConnectionArray_frompointer(Connection.getCPtr(t));
            ConnectionArray       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ConnectionArray(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ConnectionArray obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ConnectionArray obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }