CommonImplementation.Call(String, Object[], Type[], Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Object ^ Call(System::String ^ methodName, cli::array <System::Object ^> ^ parameters, cli::array <Type ^> ^ types, cli::array <System::Object ^> ^ varargs);
public virtual object Call (string methodName, object[] parameters, Type[] types, object[] varargs);
abstract member Call : string * obj[] * Type[] * obj[] -> obj
override this.Call : string * obj[] * Type[] * obj[] -> obj
Public Overridable Function Call (methodName As String, parameters As Object(), types As Type(), varargs As Object()) As Object
Parameters
- methodName
- String
- parameters
- Object[]
- types
- Type[]
- varargs
- Object[]