言語

JniType.GetCachedInstanceMethod メソッド

定義

オーバーロード

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

パラメーター

cachedMethod
JniMethodInfo
signature
ReadOnlySpan<Byte>

返品

適用対象

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

パラメーター

cachedMethod
JniMethodInfo
name
String
signature
String

返品

注釈

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

適用対象