Click or drag to resize

CLREventData Properties

The CLREventData type exposes the following members.

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