public SWIGTYPE_p_ISQLite __deref__()
    {
        global::System.IntPtr cPtr = ISMathPINVOKE.SQLite___deref__(swigCPtr);
        SWIGTYPE_p_ISQLite    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ISQLite(cPtr, false);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ISQLite obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public SQLite(SWIGTYPE_p_ISQLite src) : this(ISMathPINVOKE.new_SQLite__SWIG_1(SWIGTYPE_p_ISQLite.getCPtr(src)), true)
 {
 }
コード例 #4
0
 public SQLite(SWIGTYPE_p_ISQLite src) : this(IronSightEnginePINVOKE.new_SQLite__SWIG_1(SWIGTYPE_p_ISQLite.getCPtr(src)), true)
 {
 }