NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyBuilder Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

AssemblyBuilder Members | System.Reflection.Emit Namespace