public SWIGTYPE_p_ICryptoPP __deref__()
    {
        global::System.IntPtr cPtr = IronSightEnginePINVOKE.CryptoPP___deref__(swigCPtr);
        SWIGTYPE_p_ICryptoPP  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ICryptoPP(cPtr, false);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ICryptoPP obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public CryptoPP(SWIGTYPE_p_ICryptoPP src) : this(IronSightEnginePINVOKE.new_CryptoPP__SWIG_1(SWIGTYPE_p_ICryptoPP.getCPtr(src)), true)
 {
 }
Ejemplo n.º 4
0
 public CryptoPP(SWIGTYPE_p_ICryptoPP src) : this(ISMathPINVOKE.new_CryptoPP__SWIG_1(SWIGTYPE_p_ICryptoPP.getCPtr(src)), true)
 {
 }