This topic has not yet been rated - Rate this topic

AssemblyBuilder.DefineDynamicModule Method

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
Public method DefineDynamicModule(String) Defines a named transient dynamic module in this assembly.
Public method DefineDynamicModule(String, Boolean) Defines a named transient dynamic module in this assembly and specifies whether symbol information should be emitted.
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ