|
override void | deleteCptr () |
|
override bool | DerivedClassHasMethod (string methodName, System.Type[] methodTypes) |
|
override IntPtr | GetNonDirectorClassID () |
|
override bool | IsUserDerived () |
|
|
string | import_status_message [get, set] |
|
|
enum | Status : uint { Status.InProgress = 0x00000000,
Status.Completed = 0x00000001,
Status.Failed = 0x00000002
} |
|
static void | DtorCallback (IntPtr p) |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
static Dictionary< IntPtr, Event > | cachedObjects = new Dictionary<IntPtr, Event>() |
|
static ReaderWriterLockSlim | mapLock = new ReaderWriterLockSlim(LockRecursionPolicy.SupportsRecursion) |
|
The ImportStatusEvent class is the event that can be used by importers to let the user know what they are currently working on
◆ ImportStatusEvent() [1/2]
HPS.ImportStatusEvent.ImportStatusEvent |
( |
| ) |
|
|
inline |
◆ ImportStatusEvent() [2/2]
HPS.ImportStatusEvent.ImportStatusEvent |
( |
HPS.Event |
in_event | ) |
|
|
inline |
This constructor converts an EventObject to an ImportStatusEvent object.
- Parameters
-
in_event | The EventObject to be converted. |
◆ Clone()
override HPS.Event HPS.ImportStatusEvent.Clone |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ImportStatusEvent.cs