언어

JniType.GetStaticMethod Method

Definition

Overloads

GetStaticMethod(String, String)

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

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

GetStaticMethod(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

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

Parameters

signature
ReadOnlySpan<Byte>

Returns

Applies to