CLREvent |
The CLREventDataTObject type exposes the following members.
| Name | Description | |
|---|---|---|
| CLREventDataTObject | Initialize a new CLREventDataTObject |
| Name | Description | |
|---|---|---|
| DoNotDisposeEventData |
Override to return to prevent automatic disposal of EventData
when Dispose is called on this instance. Default is .
(Inherited from CLREventData) | |
| 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 IJavaObject (Inherited from CLREventData) | |
| TypedEventData | The data associated to the event converted into TObject |
| Name | Description | |
|---|---|---|
| CheckDisposed |
Test if this instance was disposed
(Inherited from CLREventData) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from CLREventData) | |
| Dispose(Boolean) |
Implements the pattern described in https://learn.microsoft.com/en-en/dotnet/standard/garbage-collection/implementing-dispose
(Overrides CLREventDataDispose(Boolean)) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize |
Finalizer
(Inherited from CLREventData) | |
| 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) |
| 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) |