 | JCOBridgeToTObject(CLREventData, Int32) Method |
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.5.251117-542184cb2a0ea61cfe667a6bfacadf83c6adbe4d
Syntaxpublic static TObject To<TObject>(
CLREventData data,
int index
)
Public Shared Function To(Of TObject) (
data As CLREventData,
index As Integer
) As TObject
Parameters
- data CLREventData
- CLREventData to convert
- index Int32
- The index within ExtraData to be converted
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 null
See Also