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