CLRListener |
public sealed class CLRListenerEventArgs<TDataClass> : EventArgs where TDataClass : CLREventData
The CLRListenerEventArgsTDataClass type exposes the following members.
| Name | Description | |
|---|---|---|
| CLRListenerEventArgsTDataClass | Initializes a new instance of the CLRListenerEventArgsTDataClass class |
| Name | Description | |
|---|---|---|
| EventData | Event information. Exposes the accessor class which wraps remote information. See extension classes of CLREventData | |
| Listener | IJVMBridgeBase instance associated to the handler |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetReturnValueTReturn | Set the value to be returned back to the JVM from the action performed | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetReturnValue | Set the value to be returned back to the JVM from the action performed | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
Converts a generic object
(Defined by JCOBridgeExtensions) | |
| ToNative |
Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions) |