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