AssemblyBuilder
Defines and represents a dynamic assembly.
public static AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access)
Defines a dynamic assembly that has the specified name and access rights.
public static AssemblyBuilder DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, IEnumerable<CustomAttributeBuilder> assemblyAttributes)
Defines a new assembly that has the specified name, access rights, and attributes.
Defines a named transient dynamic module in this assembly.
Returns the dynamic module with the specified name.
Set a custom attribute on this assembly using a specified custom attribute blob.
Set a custom attribute on this assembly using a custom attribute builder.