Inheritance: Storable
Exemplo n.º 1
0
        public new static WalletData ot_dynamic_cast(Storable pObject)
        {
            IntPtr     cPtr = otapiPINVOKE.WalletData_ot_dynamic_cast(Storable.getCPtr(pObject));
            WalletData ret  = (cPtr == IntPtr.Zero) ? null : new WalletData(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(WalletData obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(WalletData obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }