OpenTransactions.OTAPI.BitcoinServer.BitcoinServer C# (CSharp) Méthode

BitcoinServer() private méthode

private BitcoinServer ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr IntPtr
cMemoryOwn bool
Résultat System
        internal BitcoinServer(IntPtr cPtr, bool cMemoryOwn)
            : base(otapiPINVOKE.BitcoinServer_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }