The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AssemblyBuilder.DefineDynamicModule Method
.NET Framework 2.0
Defines a dynamic module in this assembly.
| Name | Description |
|---|---|
| AssemblyBuilder.DefineDynamicModule (String) | Defines a named transient dynamic module in this assembly. |
| AssemblyBuilder.DefineDynamicModule (String, Boolean) | Defines a named transient dynamic module in this assembly and specifies whether symbol information should be emitted. |
| AssemblyBuilder.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. |
| AssemblyBuilder.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. |
Community Additions
Show: