Click or drag to resize

IJavaObjectGetFieldTReturn(String) Method

Gets an instance field

Namespace: MASES.JCOBridge.C2JBridge.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.5.251117-542184cb2a0ea61cfe667a6bfacadf83c6adbe4d
Syntax
TReturn GetField<TReturn>(
	string fieldName
)

Parameters

fieldName  String
The field name to get

Type Parameters

TReturn
The return type expected: IJavaObject, Enum, primitive types or array of primitives types

Return Value

TReturn
The field value
See Also