This topic has not yet been rated - Rate this topic

AssemblyBuilder.DefineDynamicModule Method

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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ