Progress
|
The ProgressMeter type exposes the following members.
| Name | Description | |
|---|---|---|
| ProgressMeter | Default constructor for the ProgressMeter class. | |
| ProgressMeter(IntPtr, Boolean) | Initializes a new instance of the ProgressMeter class |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | (Overrides DisposableWrapperDeleteUnmanagedObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| MeterProgress | Notification method called to increment this ProgressMeter object. | |
| SetLimit | Notification method called to specify the maximum number of times this ProgressMeter object will be incremented. | |
| Start | Notification method called to initialize this ProgressMeter object. | |
| Start(String) | Notification method called to initialize this ProgressMeter object. | |
| Stop | Notification method called to terminate this ProgressMeter object. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |