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!

EnumBuilder Class

The EnumBuilder class is used to describe and represent an enumeration type.

Object
   MemberInfo
      Type
         EnumBuilder

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

EnumBuilder Members | System.Reflection.Emit Namespace