Inheritance: global::System.IDisposable
コード例 #1
0
        public static uintArray frompointer(SWIGTYPE_p_unsigned_int t)
        {
            global::System.IntPtr cPtr = PINVOKE.uintArray_frompointer(SWIGTYPE_p_unsigned_int.getCPtr(t));
            uintArray             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new uintArray(cPtr, false);

            return(ret);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(uintArray obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
ファイル: uintArray.cs プロジェクト: joelself/FannCSharp
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(uintArray obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }