|
override void | deleteCptr () |
|
override bool | DerivedClassHasMethod (string methodName, System.Type[] methodTypes) |
|
override IntPtr | GetNonDirectorClassID () |
|
override bool | IsUserDerived () |
|
|
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 InformationEvent class is the event that will be generated if an asynchronous informational message occurs.
◆ InformationEvent() [1/4]
HPS.InformationEvent.InformationEvent |
( |
| ) |
|
|
inline |
The default constructor creates a InformationEvent object with an empty message and code of Unknown.
◆ InformationEvent() [2/4]
HPS.InformationEvent.InformationEvent |
( |
string |
in_message | ) |
|
|
inline |
This constructor creates a InformationEvent object with a specified information and code of Unknown.
- Parameters
-
in_message | A message describing the nature of the information. |
◆ InformationEvent() [3/4]
HPS.InformationEvent.InformationEvent |
( |
string |
in_message, |
|
|
HPS.Info.Code |
in_code |
|
) |
| |
|
inline |
This constructor creates a InformationEvent object with a specified information and code.
- Parameters
-
in_message | A message describing the nature of the information. |
in_code | A code describing the nature of the information. |
◆ InformationEvent() [4/4]
HPS.InformationEvent.InformationEvent |
( |
HPS.Event |
in_event | ) |
|
|
inline |
This constructor converts an EventObject to a InformationEvent object.
- Parameters
-
in_event | The EventObject to be converted. |
◆ Clone()
override HPS.Event HPS.InformationEvent.Clone |
( |
| ) |
|
|
inlinevirtual |
◆ Equals()
Check if the source object is equivalent to this object.
- Parameters
-
in_that | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.InformationEvent.cs