言語

JniEnvironment.StaticMethods.CallStaticShortMethod メソッド

定義

オーバーロード

CallStaticShortMethod(JniObjectReference, JniMethodInfo)

public static short CallStaticShortMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method);
static member CallStaticShortMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> int16

パラメーター

method
JniMethodInfo

返品

注釈

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

適用対象

CallStaticShortMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

public static short CallStaticShortMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args);
static member CallStaticShortMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo * nativeptr<Java.Interop.JniArgumentValue> -> int16

パラメーター

method
JniMethodInfo

返品

注釈

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

適用対象