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!

TypeBuilder Class

The TypeBuilder class is used to define and instantiate classes at run time. TypeBuilder is the root class used to control the creation of dynamic classes in the runtime. TypeBuilder provides a set of routines that are used to define classes, add methods and fields, and then create the class inside the runtime. A new TypeBuilder can be created from a dynamic Module.

Object
   MemberInfo
      Type
         TypeBuilder

[Visual Basic]
NotInheritable Public Class TypeBuilder
   Inherits Type
[C#]
public sealed class TypeBuilder : Type
[C++]
public __gc __sealed class TypeBuilder : public Type
[JScript]
public class TypeBuilder extends Type

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

TypeBuilder Members | System.Reflection.Emit Namespace