Lingua

JniEnvironment.StaticMethods.GetStaticMethodID Metodo

Definizione

Overload

Nome Descrizione
GetStaticMethodID(JniObjectReference, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Cerca un ID metodo statico JNI usando intervalli di nome e firma UTF-8 con terminazione Null. Usare con "methodName"u8 valori letterali per evitare il marshalling delle stringhe.

GetStaticMethodID(JniObjectReference, String, String)

GetStaticMethodID(JniObjectReference, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Cerca un ID metodo statico JNI usando intervalli di nome e firma UTF-8 con terminazione Null. Usare con "methodName"u8 valori letterali per evitare il marshalling delle stringhe.

public static Java.Interop.JniMethodInfo GetStaticMethodID(Java.Interop.JniObjectReference type, ReadOnlySpan<byte> name, ReadOnlySpan<byte> signature);
static member GetStaticMethodID : Java.Interop.JniObjectReference * ReadOnlySpan<byte> * ReadOnlySpan<byte> -> Java.Interop.JniMethodInfo

Parametri

signature
ReadOnlySpan<Byte>

Valori restituiti

Si applica a

GetStaticMethodID(JniObjectReference, String, String)

public static Java.Interop.JniMethodInfo GetStaticMethodID(Java.Interop.JniObjectReference type, string name, string signature);
static member GetStaticMethodID : Java.Interop.JniObjectReference * string * string -> Java.Interop.JniMethodInfo

Parametri

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