Sprache

JniType.GetInstanceMethod Method

Definition

Overloads

GetInstanceMethod(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

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

Parameters

signature
ReadOnlySpan<Byte>

Returns

Applies to

GetInstanceMethod(String, String)

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