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