EnumBuilder Properties
.NET Framework 1.1
The properties of the EnumBuilder class are listed here. For a complete list of EnumBuilder class members, see the EnumBuilder Members topic.
Public Properties
Assembly | Overridden. Retrieves the dynamic assembly that contains this enum definition. |
AssemblyQualifiedName | Overridden. Returns the full path of this enum qualified by the display name of the parent assembly. |
Attributes (inherited from Type) | Gets the attributes associated with the Type. |
BaseType | Overridden. Returns the parent Type of this type which is always Enum. |
DeclaringType | Overridden. Returns the type that declared this EnumBuilder. |
FullName | Overridden. Returns the full path of this enum. |
GUID | Overridden. Returns the GUID of this enum. |
HasElementType (inherited from Type) | Gets a value indicating whether the current Type encompasses or refers to another type; that is, whether the current Type is an array, a pointer, or is passed by reference. |
IsAbstract (inherited from Type) | Gets a value indicating whether the Type is abstract and must be overridden. |
IsAnsiClass (inherited from Type) | Gets a value indicating whether the string format attribute AnsiClass is selected for the Type. |
IsArray (inherited from Type) | Gets a value indicating whether the Type is an array. |
IsAutoClass (inherited from Type) | Gets a value indicating whether the string format attribute AutoClass is selected for the Type. |
IsAutoLayout (inherited from Type) | Gets a value indicating whether the class layout attribute AutoLayout is selected for the Type. |
IsByRef (inherited from Type) | Gets a value indicating whether the Type is passed by reference. |
IsClass (inherited from Type) | Gets a value indicating whether the Type is a class; that is, not a value type or interface. |
IsCOMObject (inherited from Type) | Gets a value indicating whether the Type is a COM object. |
IsContextful (inherited from Type) | Gets a value indicating whether the Type can be hosted in a context. |
IsEnum (inherited from Type) | Gets a value indicating whether the current Type represents an enumeration. |
IsExplicitLayout (inherited from Type) | Gets a value indicating whether the class layout attribute ExplicitLayout is selected for the Type. |
IsImport (inherited from Type) | Gets a value indicating whether the Type was imported from another class. |
IsInterface (inherited from Type) | Gets a value indicating whether the Type is an interface; that is, not a class or a value type. |
IsLayoutSequential (inherited from Type) | Gets a value indicating whether the class layout attribute SequentialLayout is selected for the Type. |
IsMarshalByRef (inherited from Type) | Gets a value indicating whether the Type is marshaled by reference. |
IsNestedAssembly (inherited from Type) | Gets a value indicating whether the Type is nested and visible only within its own assembly. |
IsNestedFamANDAssem (inherited from Type) | Gets a value indicating whether the Type is nested and visible only to classes that belong to both its own family and its own assembly. |
IsNestedFamily (inherited from Type) | Gets a value indicating whether the Type is nested and visible only within its own family. |
IsNestedFamORAssem (inherited from Type) | Gets a value indicating whether the Type is nested and visible only to classes that belong to either its own family or to its own assembly. |
IsNestedPrivate (inherited from Type) | Gets a value indicating whether the Type is nested and declared private. |
IsNestedPublic (inherited from Type) | Gets a value indicating whether a class is nested and declared public. |
IsNotPublic (inherited from Type) | Gets a value indicating whether the top-level Type is not declared public. |
IsPointer (inherited from Type) | Gets a value indicating whether the Type is a pointer. |
IsPrimitive (inherited from Type) | Gets a value indicating whether the Type is one of the primitive types. |
IsPublic (inherited from Type) | Gets a value indicating whether the top-level Type is declared public. |
IsSealed (inherited from Type) | Gets a value indicating whether the Type is declared sealed. |
IsSerializable (inherited from Type) | Gets a value indicating whether the Type is serializable. |
IsSpecialName (inherited from Type) | Gets a value indicating whether the Type has a name that requires special handling. |
IsUnicodeClass (inherited from Type) | Gets a value indicating whether the string format attribute UnicodeClass is selected for the Type. |
IsValueType (inherited from Type) | Gets a value indicating whether the Type is a value type. |
MemberType (inherited from Type) | Overridden. Gets a bitmask indicating the member type. |
Module | Overridden. Retrieves the dynamic module that contains this EnumBuilder definition. |
Name | Overridden. Returns the name of this enum. |
Namespace | Overridden. Returns the namespace of this enum. |
ReflectedType | Overridden. Returns the type that was used to obtain this EnumBuilder. |
TypeHandle | Overridden. Retrieves the internal handle for this enum. |
TypeInitializer (inherited from Type) | Gets the initializer for the Type. |
TypeToken | Returns the internal metadata type token of this enum. |
UnderlyingField | Returns the underlying field for this enum. |
UnderlyingSystemType | Overridden. Returns the underlying system type for this enum. |
