Lingua

JniType.GetCachedStaticField Metodo

Definizione

Overload

GetCachedStaticField(JniFieldInfo, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

public Java.Interop.JniFieldInfo GetCachedStaticField(ref Java.Interop.JniFieldInfo? cachedField, ReadOnlySpan<byte> name, ReadOnlySpan<byte> signature);
member this.GetCachedStaticField : JniFieldInfo * ReadOnlySpan<byte> * ReadOnlySpan<byte> -> Java.Interop.JniFieldInfo

Parametri

cachedField
JniFieldInfo
signature
ReadOnlySpan<Byte>

Valori restituiti

Si applica a

GetCachedStaticField(JniFieldInfo, String, String)

public Java.Interop.JniFieldInfo GetCachedStaticField(ref Java.Interop.JniFieldInfo? cachedField, string name, string signature);
member this.GetCachedStaticField : JniFieldInfo * string * string -> Java.Interop.JniFieldInfo

Parametri

cachedField
JniFieldInfo
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