JSMethod.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的資訊叫用方法。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
override System::Object ^ Invoke(System::Object ^ obj, System::Reflection::BindingFlags options, System::Reflection::Binder ^ binder, cli::array <System::Object ^> ^ parameters, System::Globalization::CultureInfo ^ culture);
public override object Invoke (object obj, System.Reflection.BindingFlags options, System.Reflection.Binder binder, object[] parameters, System.Globalization.CultureInfo culture);
override this.Invoke : obj * System.Reflection.BindingFlags * System.Reflection.Binder * obj[] * System.Globalization.CultureInfo -> obj
Public Overrides Function Invoke (obj As Object, options As BindingFlags, binder As Binder, parameters As Object(), culture As CultureInfo) As Object
參數
- obj
- Object
要在其上呼叫方法的物件。
- options
- BindingFlags
列舉值的位元組合,進行控制繫結。
- binder
- Binder
將型別從實質引數型別轉換成型式引數型別的物件。
- parameters
- Object[]
要傳遞至方法的引數清單。
- culture
- CultureInfo
提供特定文化特性或地區設定的相關資訊。 用來正確格式化數字、日期和字串。
傳回
方法呼叫的傳回值。