JniFieldInfo Constructors

Definition

Overloads

JniFieldInfo(IntPtr, Boolean)
JniFieldInfo(String, String, IntPtr, Boolean)

JniFieldInfo(IntPtr, Boolean)

public JniFieldInfo (IntPtr fieldID, bool isStatic);
new Java.Interop.JniFieldInfo : nativeint * bool -> Java.Interop.JniFieldInfo

Parameters

fieldID
IntPtr

nativeint

isStatic
Boolean

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

JniFieldInfo(String, String, IntPtr, Boolean)

public JniFieldInfo (string name, string signature, IntPtr fieldID, bool isStatic);
new Java.Interop.JniFieldInfo : string * string * nativeint * bool -> Java.Interop.JniFieldInfo

Parameters

name
String
signature
String
fieldID
IntPtr

nativeint

isStatic
Boolean

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to