TypeBuilder.GetConstructors Method
.NET Framework 4.5
Returns the constructors defined by the current TypeBuilder.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetConstructors() | Returns all the public constructors defined for the current Type. (Inherited from Type.) |
|
GetConstructors(BindingFlags) | Returns an array of ConstructorInfo objects representing the public and non-public constructors defined for this class, as specified. (Overrides Type.GetConstructors(BindingFlags).) |