_Type::GetConstructor Method (array<Type^>^)
Provides COM objects with version-independent access to the Type::GetConstructor method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- types
-
Type:
array<System::Type^>^
An array of Type objects representing the number, order, and type of the parameters for the desired constructor.
-or-
An empty array of Type objects, to get a constructor that takes no parameters. Such an empty array is provided by the static field Type::EmptyTypes.
Return Value
Type: System.Reflection::ConstructorInfo^A ConstructorInfo object representing the public instance constructor whose parameters match the types in the parameter type array, if found; otherwise, null.
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type::GetConstructor method searches for a public instance constructor whose parameters match the types in the specified array.
Available since 1.1