JniType.GetCachedInstanceMethod Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| GetCachedInstanceMethod(JniMethodInfo, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) | |
| GetCachedInstanceMethod(JniMethodInfo, String, String) |
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
Parametri
- cachedMethod
- JniMethodInfo
- name
- ReadOnlySpan<Byte>
- signature
- ReadOnlySpan<Byte>
Valori restituiti
Si applica a
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
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.