Sprache

JniType.GetCachedStaticMethod Method

Definition

Overloads

GetCachedStaticMethod(JniMethodInfo, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

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

Parameters

cachedMethod
JniMethodInfo
signature
ReadOnlySpan<Byte>

Returns

Applies to

GetCachedStaticMethod(JniMethodInfo, String, String)

public Java.Interop.JniMethodInfo GetCachedStaticMethod(ref Java.Interop.JniMethodInfo? cachedMethod, string name, string signature);
member this.GetCachedStaticMethod : JniMethodInfo * string * string -> Java.Interop.JniMethodInfo

Parameters

cachedMethod
JniMethodInfo
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