Type.GetConstructors Method
.NET Framework 2.0
Gets the constructors of the current Type.
| Name | Description |
|---|---|
| Type.GetConstructors () | Returns all the public constructors defined for the current Type. Supported by the .NET Compact Framework. |
| Type.GetConstructors (BindingFlags) | When overridden in a derived class, searches for the constructors defined for the current Type, using the specified BindingFlags. Supported by the .NET Compact Framework. |