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();
79 MemoryManager mMan = MemoryManager.GetMemoryManager();
80 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
99 MemoryManager mMan = MemoryManager.GetMemoryManager();
100 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
static global::System.Exception Retrieve()
static void OdRxMemberQueryEngine_removeReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdRxMemberQueryEngine_defaultContext(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdRxMemberQueryEngine_removeFacetProvider(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static global::System.IntPtr OdRxMemberQueryEngine_theEngine()
static IntPtr OdRxMemberQueryEngine_newMemberIterator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void delete_OdRxMemberQueryEngine(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdRxMemberQueryEngine_newMemberIterator__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, HandleRef jarg3)
static IntPtr OdRxMemberQueryEngine_find__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3)
static IntPtr OdRxMemberQueryEngine_promotingContext(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdRxMemberQueryEngine_addReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr OdRxMemberQueryEngine_find__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, HandleRef jarg4, bool jarg5)
static void OdRxMemberQueryEngine_addFacetProvider(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static IntPtr OdRxMemberQueryEngine_find__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]String jarg3, HandleRef jarg4)
static HandleRef getCPtr(OdRxFacetProvider obj)
static HandleRef getCPtr(OdRxMemberQueryContext obj)
static HandleRef getCPtr(OdRxMemberQueryEngine obj)
virtual void Dispose(bool disposing)
OdRxMemberQueryEngine(IntPtr cPtr, bool cMemoryOwn)
static OdRxMemberQueryEngine theEngine()
OdRxPromotingQueryContext promotingContext()
OdRxMember find(OdRxObject pO, String name, OdRxMemberQueryContext pContext, bool bQueryFacets)
OdRxMemberIterator newMemberIterator(OdRxObject pO)
void removeFacetProvider(OdRxFacetProvider pProvider)
void addReactor(OdRxMemberReactor pReactor)
OdRxMemberQueryContext defaultContext()
void removeReactor(OdRxMemberReactor pReactor)
OdRxMember find(OdRxObject pO, String name)
void addFacetProvider(OdRxFacetProvider pProvider)
OdRxMember find(OdRxObject pO, String name, OdRxMemberQueryContext pContext)
OdRxMemberIterator newMemberIterator(OdRxObject pO, OdRxMemberQueryContext pContext)
static HandleRef getCPtr(OdRxMemberReactor obj)
static HandleRef getCPtr(OdRxObject obj)