Lingua

JniType.GetCachedStaticMethod Metodo

Definizione

Overload

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

Parametri

cachedMethod
JniMethodInfo
signature
ReadOnlySpan<Byte>

Valori restituiti

Si applica a

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

Parametri

cachedMethod
JniMethodInfo
name
String
signature
String

Valori restituiti

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a