Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Defines a dynamic module in this assembly.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodDefineDynamicModule(String^)

Defines a named transient dynamic module in this assembly.

System_CAPS_pubmethodDefineDynamicModule(String^, Boolean)

Defines a named transient dynamic module in this assembly and specifies whether symbol information should be emitted.

System_CAPS_pubmethodDefineDynamicModule(String^, String^)

Defines a persistable dynamic module with the given name that will be saved to the specified file. No symbol information is emitted.

System_CAPS_pubmethodDefineDynamicModule(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.

Return to top
Show:
© 2017 Microsoft