CLREvent |
The CLREventData type exposes the following members.
| Name | Description | |
|---|---|---|
| DynEventData | Dynamic accessor to the information about event information received from the JVM | |
| DynExtraData | A dynamic array of extra information ordered with the same order of the caller, or null if HasExtraData is | |
| EventData | Accessor to the information about event information received from the JVM | |
| ExtraData | An array of extra information ordered with the same order of the caller, or null if HasExtraData is | |
| ExtraDataLength | Returns how many Object contains extra information. | |
| HasExtraData | True if the event has other objects associated | |
| Item | Returns the indexed data |