14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
43 MemoryManager mMan = MemoryManager.GetMemoryManager();
44 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
63 MemoryManager mMan = MemoryManager.GetMemoryManager();
64 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static global::System.Exception Retrieve()
static void delete_TxErrorContext(HandleRef jarg1)
static int TxErrorContext_code(HandleRef jarg1)
static int TxErrorContext_txAppCode(HandleRef jarg1)
static string TxErrorContext_getRealClassName(IntPtr jarg1)
static String TxErrorContext_txAppName(HandleRef jarg1)
static IntPtr TxErrorContext_init__SWIG_0(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]String jarg4)
static IntPtr TxErrorContext_init__SWIG_1(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, int jarg3)
static String TxErrorContext_description(HandleRef jarg1)
OdErrorContext init(String name, int nCode, String desc)
TxErrorContext(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(TxErrorContext obj)
virtual String txAppName()
override String description()
OdErrorContext init(String name, int nCode)
override void Dispose(bool disposing)
static string getRealClassName(IntPtr ptr)