Click or drag to resize

CLREventDataTObject Properties

The CLREventDataTObject type exposes the following members.

Properties
 NameDescription
Public propertyDynEventData Dynamic accessor to the information about event information received from the JVM
(Inherited from CLREventData)
Public propertyDynExtraData A dynamic array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData)
Public propertyEventData Accessor to the information about event information received from the JVM
(Inherited from CLREventData)
Public propertyExtraData An array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData)
Public propertyExtraDataLength Returns how many Object contains extra information.
(Inherited from CLREventData)
Public propertyHasExtraData True if the event has other objects associated
(Inherited from CLREventData)
Public propertyItem Returns the indexed data
(Inherited from CLREventData)
Public propertyTypedEventData The data associated to the event converted into TObject
Top
See Also