Version: 1.5
LanguageEnglish
  • C#

AndroidJavaObject.Get

Declaration

public FieldType Get(string fieldName);

Parameters

fieldName The name of the field (e.g. int counter; would have fieldName = "counter").

Description

Get the value of a field in an object (non-static).

The generic parameter determines the field type.


Declaration

public FieldType Get(IntPtr fieldID);

Parameters

fieldID The ID of the field to get.

Description

Get the value of a field in an object (non-static).

The generic parameter determines the field type.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答