Inheritance: global::System.IDisposable
コード例 #1
0
ファイル: ConnectionArray.cs プロジェクト: willy40/FannCSharp
        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);
        }
コード例 #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;
 }
コード例 #3
0
ファイル: ConnectionArray.cs プロジェクト: willy40/FannCSharp
 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);
 }