ReflectionCallHelper.MakeInstanceCallOnType 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 ^ MakeInstanceCallOnType(Type ^ instanceType, System::Object ^ instance, System::String ^ MethodName, cli::array <System::Object ^> ^ parameters);
public static object MakeInstanceCallOnType (Type instanceType, object instance, string MethodName, object[] parameters);
static member MakeInstanceCallOnType : Type * obj * string * obj[] -> obj
Public Function MakeInstanceCallOnType (instanceType As Type, instance As Object, MethodName As String, parameters As Object()) As Object
Parameters
- instanceType
- Type
- instance
- Object
- MethodName
- String
- parameters
- Object[]