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();
79 DelegateHolder.OnHoldSwigDirectorDelegates(
this);
82 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction();
86 this.swigCMemOwn =
false;
91 private void SwigDirectorConnect() {
92 if (SwigDerivedClassHasMethod(
"start", swigMethodTypes0))
94 if (SwigDerivedClassHasMethod(
"start", swigMethodTypes1))
96 if (SwigDerivedClassHasMethod(
"stop", swigMethodTypes2))
98 if (SwigDerivedClassHasMethod(
"meterProgress", swigMethodTypes3))
100 if (SwigDerivedClassHasMethod(
"setLimit", swigMethodTypes4))
105 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
106 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);
108 return hasDerivedMethod;
111 private void SwigDirectorMethodstart__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]
String displayString) {
112 start(displayString);
115 private void SwigDirectorMethodstart__SWIG_1() {
119 private void SwigDirectorMethodstop() {
123 private void SwigDirectorMethodmeterProgress() {
127 private void SwigDirectorMethodsetLimit(
int max) {
143 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { typeof(
String) };
144 private static global::System.Type[] swigMethodTypes1 =
new global::System.Type[] { };
145 private static global::System.Type[] swigMethodTypes2 =
new global::System.Type[] { };
146 private static global::System.Type[] swigMethodTypes3 =
new global::System.Type[] { };
147 private static global::System.Type[] swigMethodTypes4 =
new global::System.Type[] { typeof(
int) };
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)