CLRInterop.MakeReflectionCall(Object, String, 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:
static System::Object ^ MakeReflectionCall(System::Object ^ instance, System::String ^ methodName, cli::array <System::Object ^> ^ parameters);
public static object MakeReflectionCall (object instance, string methodName, object[] parameters);
static member MakeReflectionCall : obj * string * obj[] -> obj
Public Shared Function MakeReflectionCall (instance As Object, methodName As String, parameters As Object()) As Object
Parameters
- instance
- Object
- methodName
- String
- parameters
- Object[]