 | JCOBridgeToTObject(CLREventData) Method |
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxpublic static TObject To<TObject>(
CLREventData data
)
Public Shared Function To(Of TObject) (
data As CLREventData
) As TObject
Parameters
- data CLREventData
- CLREventData to convert
Type Parameters
- TObject
- The return type expected: IJavaObject, Enum, primitive types or array of primitives types
Return Value
TObjectThe return value converted to
TObject, or
See Also