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