_Type::GetConstructor Method
.NET Framework (current version)
Provides COM objects with version-independent access to the Type::GetConstructor method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetConstructor(BindingFlags, Binder^, CallingConventions, array<Type^>^, array<ParameterModifier>^) | Provides COM objects with version-independent access to the Type::GetConstructor method. |
![]() | GetConstructor(BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^) | Provides COM objects with version-independent access to the Type::GetConstructor method. |
![]() | GetConstructor(array<Type^>^) | Provides COM objects with version-independent access to the Type::GetConstructor method. |
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type::GetConstructor method gets a specific constructor of the current Type.
Show:
