AssemblyBuilder.DefineDynamicModule Method
.NET Framework 4.5
Defines a dynamic module in this assembly.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DefineDynamicModule(String) | Defines a named transient dynamic module in this assembly. |
|
DefineDynamicModule(String, Boolean) | Defines a named transient dynamic module in this assembly and specifies whether symbol information should be emitted. |
|
DefineDynamicModule(String, String) | Defines a persistable dynamic module with the given name that will be saved to the specified file. No symbol information is emitted. |
|
DefineDynamicModule(String, String, Boolean) | Defines a persistable dynamic module, specifying the module name, the name of the file to which the module will be saved, and whether symbol information should be emitted using the default symbol writer. |