言語

JniEnvironment.InstanceMethods.CallShortMethod メソッド

定義

オーバーロード

CallShortMethod(JniObjectReference, JniMethodInfo)

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

パラメーター

method
JniMethodInfo

返品

注釈

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

適用対象

CallShortMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

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

パラメーター

method
JniMethodInfo

返品

注釈

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

適用対象