Langue

JniType.GetStaticField Method

Definition

Overloads

GetStaticField(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

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

Parameters

signature
ReadOnlySpan<Byte>

Returns

Applies to

GetStaticField(String, String)

public Java.Interop.JniFieldInfo GetStaticField(string name, string signature);
member this.GetStaticField : 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