The AssemblyBuilder class is used to define and represent a dynamic assembly.
The dynamic modules in the assembly are saved when the dynamic assembly is saved using the Save method. To generate an executable, the ModuleBuilder.SetEntryPoint method must be called to identify the method that is the entry point to the module. If no entry point is specified, a DLL will be generated.
Object
Assembly
AssemblyBuilder
[Visual Basic] NotInheritable Public Class AssemblyBuilder Inherits Assembly [C#] public sealed class AssemblyBuilder : Assembly [C++] public __gc __sealed class AssemblyBuilder : public Assembly [JScript] public class AssemblyBuilder extends Assembly
[To be supplied.]
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll