 | IJavaObjectGetField(String) Method |
Reads the value of an instance field on the underlying JVM object.
Namespace: MASES.JCOBridge.C2JBridge.JVMInteropAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
SyntaxObject GetField(
string fieldName
)
Function GetField (
fieldName As String
) As Object
Parameters
- fieldName String
- The name of the Java instance field to read.
Return Value
Object
The field value as a boxed
Object. Reference types are returned as
IJavaObject instances; primitive types are boxed to their .NET equivalents.
Exceptions
See Also