Sprache

JniType.GetCachedInstanceMethod Methode

Definition

Überlädt

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

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

Parameter

cachedMethod
JniMethodInfo
signature
ReadOnlySpan<Byte>

Gibt zurück

Gilt für:

GetCachedInstanceMethod(JniMethodInfo, String, String)

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

Parameter

cachedMethod
JniMethodInfo
name
String
signature
String

Gibt zurück

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: