JniType.GetCachedInstanceMethod メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| GetCachedInstanceMethod(JniMethodInfo, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) | |
| GetCachedInstanceMethod(JniMethodInfo, String, String) |
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
- name
- ReadOnlySpan<Byte>
- 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
返品
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。