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);
61 public virtual void stop() {
78 SwigDirectorConnect();
81 private void SwigDirectorConnect() {
82 if (SwigDerivedClassHasMethod(
"start", swigMethodTypes0))
84 if (SwigDerivedClassHasMethod(
"start", swigMethodTypes1))
86 if (SwigDerivedClassHasMethod(
"stop", swigMethodTypes2))
88 if (SwigDerivedClassHasMethod(
"meterProgress", swigMethodTypes3))
90 if (SwigDerivedClassHasMethod(
"setLimit", swigMethodTypes4))
95 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
96 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance,
null, methodTypes,
null);
98 return hasDerivedMethod;
101 private void SwigDirectorMethodstart__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]
String displayString) {
102 start(displayString);
105 private void SwigDirectorMethodstart__SWIG_1() {
109 private void SwigDirectorMethodstop() {
113 private void SwigDirectorMethodmeterProgress() {
117 private void SwigDirectorMethodsetLimit(
int max) {
133 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { typeof(
String) };
134 private static global::System.Type[] swigMethodTypes1 =
new global::System.Type[] { };
135 private static global::System.Type[] swigMethodTypes2 =
new global::System.Type[] { };
136 private static global::System.Type[] swigMethodTypes3 =
new global::System.Type[] { };
137 private static global::System.Type[] swigMethodTypes4 =
new global::System.Type[] { typeof(
int) };
static global::System.Exception Retrieve()
static void OdDbHostAppProgressMeter_stop(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbHostAppProgressMeter_start__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbHostAppProgressMeter_meterProgress(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbHostAppProgressMeter_setLimit(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdDbHostAppProgressMeter_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdDbHostAppProgressMeter.SwigDelegateOdDbHostAppProgressMeter_0 delegate0, OdDbHostAppProgressMeter.SwigDelegateOdDbHostAppProgressMeter_1 delegate1, OdDbHostAppProgressMeter.SwigDelegateOdDbHostAppProgressMeter_2 delegate2, OdDbHostAppProgressMeter.SwigDelegateOdDbHostAppProgressMeter_3 delegate3, OdDbHostAppProgressMeter.SwigDelegateOdDbHostAppProgressMeter_4 delegate4)
static void OdDbHostAppProgressMeter_start__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void delete_OdDbHostAppProgressMeter(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual void start(String displayString)
delegate void SwigDelegateOdDbHostAppProgressMeter_1()
virtual void setLimit(int max)
delegate void SwigDelegateOdDbHostAppProgressMeter_0([MarshalAs(UnmanagedType.LPWStr)]String displayString)
delegate void SwigDelegateOdDbHostAppProgressMeter_4(int max)
OdDbHostAppProgressMeter()
delegate void SwigDelegateOdDbHostAppProgressMeter_3()
virtual void Dispose(bool disposing)
virtual void meterProgress()
OdDbHostAppProgressMeter(IntPtr cPtr, bool cMemoryOwn)
delegate void SwigDelegateOdDbHostAppProgressMeter_2()
static HandleRef getCPtr(OdDbHostAppProgressMeter obj)