言語

JniType.GetCachedStaticField メソッド

定義

オーバーロード

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

パラメーター

cachedField
JniFieldInfo
signature
ReadOnlySpan<Byte>

返品

適用対象

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

パラメーター

cachedField
JniFieldInfo
name
String
signature
String

返品

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象