言語

JniType.GetCachedStaticMethod メソッド

定義

オーバーロード

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

パラメーター

cachedMethod
JniMethodInfo
signature
ReadOnlySpan<Byte>

返品

適用対象

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

パラメーター

cachedMethod
JniMethodInfo
name
String
signature
String

返品

注釈

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

適用対象