JniEnvironment.StaticMethods.CallStaticLongMethod メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| CallStaticLongMethod(JniObjectReference, JniMethodInfo) | |
| CallStaticLongMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*) |
CallStaticLongMethod(JniObjectReference, JniMethodInfo)
public static long CallStaticLongMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method);
static member CallStaticLongMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> int64
パラメーター
- type
- JniObjectReference
- method
- JniMethodInfo
返品
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
CallStaticLongMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
public static long CallStaticLongMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args);
static member CallStaticLongMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo * nativeptr<Java.Interop.JniArgumentValue> -> int64
パラメーター
- type
- JniObjectReference
- method
- JniMethodInfo
- args
- JniArgumentValue*
返品
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。