Sprache

JniType.GetInstanceField Method

Definition

Overloads

GetInstanceField(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

public Java.Interop.JniFieldInfo GetInstanceField(ReadOnlySpan<byte> name, ReadOnlySpan<byte> signature);
member this.GetInstanceField : ReadOnlySpan<byte> * ReadOnlySpan<byte> -> Java.Interop.JniFieldInfo

Parameters

signature
ReadOnlySpan<Byte>

Returns

Applies to

GetInstanceField(String, String)

public Java.Interop.JniFieldInfo GetInstanceField(string name, string signature);
member this.GetInstanceField : string * string -> Java.Interop.JniFieldInfo

Parameters

name
String
signature
String

Returns

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