TypeBuilder.DefineConstructor Method
.NET Framework (current version)
Adds a new constructor to the dynamic type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | DefineConstructor(MethodAttributes, CallingConventions, Type[]) | Adds a new constructor to the type, with the given attributes and signature. |
![]() | DefineConstructor(MethodAttributes, CallingConventions, Type[], Type[][], Type[][]) | Adds a new constructor to the type, with the given attributes, signature, and custom modifiers. |
Show:
