TypeBuilder.DefineField Method
.NET Framework (current version)
Adds a new field to the dynamic type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | DefineField(String, Type, FieldAttributes) | Adds a new field to the type, with the given name, attributes, and field type. |
![]() | DefineField(String, Type, Type[], Type[], FieldAttributes) | Adds a new field to the type, with the given name, attributes, field type, and custom modifiers. |
Show:
