14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
59 MemoryManager mMan = MemoryManager.GetMemoryManager();
60 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
99 MemoryManager mMan = MemoryManager.GetMemoryManager();
100 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static global::System.Exception Retrieve()
static IntPtr OdRxObject_isA(HandleRef jarg1)
static bool OdRxObject_isKindOf(HandleRef jarg1, HandleRef jarg2)
static int OdRxObject_comparedTo(HandleRef jarg1, HandleRef jarg2)
static bool OdRxObject_isEqualTo(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdRxObject_cast(HandleRef jarg1)
static void delete_OdRxObject(HandleRef jarg1)
static IntPtr OdRxObject_clone(HandleRef jarg1)
static void OdRxObject_copyFrom(HandleRef jarg1, HandleRef jarg2)
static IntPtr OdRxObject_desc()
static IntPtr OdRxObject_queryX(HandleRef jarg1, HandleRef jarg2)
static string OdRxObject_getRealClassName(IntPtr jarg1)
static HandleRef getCPtr(OdRxClass obj)
virtual Ordering comparedTo(OdRxObject pOther)
static string getRealClassName(IntPtr ptr)
virtual OdRxObject clone()
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
virtual void copyFrom(OdRxObject pSource)
virtual bool isEqualTo(OdRxObject pOther)
virtual void Dispose(bool disposing)
static HandleRef getCPtr(OdRxObject obj)
static OdRxObject cast(OdRxObject pointer)
virtual OdRxObject queryX(OdRxClass pClass)
bool isKindOf(OdRxClass pClass)