|  | CLREvent | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe CLREventDataTObject type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CLREventDataTObject | Initialize a new CLREventDataTObject | 
 Properties
Properties| 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 | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetAtTReturn | The extra data associated to the event converted into TReturn | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ConvertTReturn | Converts a generic object (Defined by JCOBridgeExtensions) | 
|  | ToTObject | Converts data associated to CLREventData into TObject (Defined by JCOBridgeExtensions) | 
|  | ToTObject | Converts extra data associated to CLREventData into TObject (Defined by JCOBridgeExtensions) | 
|  | ToNative | Converts a generic input to an object manageable from the JVM (Defined by JCOBridgeExtensions) | 
 See Also
See Also