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);
44 Globals.OdApcEntryPointVoidParamDelegateNative ep_inDelegate =
null;
47 ep_inDelegate = (IntPtr _parameter) =>
60 IntPtr ep_ptr = (ep ==
null) ? IntPtr.Zero : Marshal.GetFunctionPointerForDelegate(ep_inDelegate);
73 Globals.OdApcEntryPointRxObjParamDelegateNative ep_inDelegate =
null;
76 ep_inDelegate = (IntPtr parameter_) =>
81 ep(OdMarshalHelper.PtrToObject<
OdRxObject>(parameter_));
89 IntPtr ep_ptr = (ep ==
null) ? IntPtr.Zero : Marshal.GetFunctionPointerForDelegate(ep_inDelegate);
100 public virtual void wait(
bool bNoThrow) {
delegate void OdApcEntryPointVoidParamDelegate(IntPtr _parameter)
delegate void OdApcEntryPointRxObjParamDelegate(OdRxObject parameter_)
static global::System.Exception Retrieve()
static bool OdApcThread_hasException(HandleRef jarg1)
static void OdApcThread_asyncProcCall__SWIG_1(HandleRef jarg1, IntPtr jarg2, HandleRef jarg3)
static void OdApcThread_processException__SWIG_0(HandleRef jarg1, bool jarg2, bool jarg3)
static void OdApcThread_processException__SWIG_2(HandleRef jarg1)
static void OdApcThread_processException__SWIG_1(HandleRef jarg1, bool jarg2)
static void OdApcThread_wait__SWIG_1(HandleRef jarg1)
static uint OdApcThread_getId(HandleRef jarg1)
static void OdApcThread_wait__SWIG_0(HandleRef jarg1, bool jarg2)
static void delete_OdApcThread(HandleRef jarg1)
static string OdApcThread_getRealClassName(IntPtr jarg1)
static void OdApcThread_asyncProcCall__SWIG_0(HandleRef jarg1, IntPtr jarg2, IntPtr jarg3)
virtual void wait(bool bNoThrow)
virtual void processException(bool bReThrow, bool bClear)
override void Dispose(bool disposing)
virtual bool hasException()
static string getRealClassName(IntPtr ptr)
virtual void asyncProcCall(Globals.OdApcEntryPointRxObjParamDelegate ep, OdRxObject parameter)
virtual void processException(bool bReThrow)
virtual void processException()
OdApcThread(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdApcThread obj)
virtual void asyncProcCall(Globals.OdApcEntryPointVoidParamDelegate ep, IntPtr parameter)
static HandleRef getCPtr(OdRxObject obj)