Type.GetConstructor Method
Searches for a public instance constructor whose parameters match the types in the specified array of Type objects.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute]
public ConstructorInfo GetConstructor (
Type[] types
)
Parameters
types
An array of Type objects representing the number, order, and type of the parameters you want the constructor to get.-or-
An empty Type array you can use to get a constructor that takes no parameters.
Return Value
A ConstructorInfo object that represents the public instance constructor whose parameters match the types in the specified array, if such a match is found; otherwise, a null reference.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.