Type::GetConstructors Method
.NET Framework (current version)
Gets the constructors of the current Type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetConstructors() | Returns all the public constructors defined for the current Type. |
![]() | GetConstructors(BindingFlags) | When overridden in a derived class, searches for the constructors defined for the current Type, using the specified BindingFlags. |
Show:
