The properties of System.Reflection.Emit.EnumBuilder are listed below. For a list of all members, see the EnumBuilder Members list.
See Also: Inherited members from System.Reflection.TypeInfo
[read-only] override | Assembly | System.Reflection.Assembly.
Retrieves the dynamic assembly that contains this enum definition. |
[read-only] override | AssemblyQualifiedName | string.
Returns the full path of this enum qualified by the display name of the parent assembly. |
[read-only] override | BaseType | Type. |
[read-only] override | DeclaringType | Type.
Returns the type that declared this System.Reflection.Emit.EnumBuilder. |
[read-only] override | FullName | string.
Returns the full path of this enum. |
[read-only] override | GUID | Guid.
Returns the GUID of this enum. |
[read-only] override | IsConstructedGenericType | bool.
Gets a value that indicates whether this object represents a constructed generic type. |
[read-only] override | Module | System.Reflection.Module.
Retrieves the dynamic module that contains this System.Reflection.Emit.EnumBuilder definition. |
[read-only] override | Name | string.
Returns the name of this enum. |
[read-only] override | Namespace | string.
Returns the namespace of this enum. |
[read-only] override | ReflectedType | Type.
Returns the type that was used to obtain this System.Reflection.Emit.EnumBuilder. |
[read-only] override | TypeHandle | RuntimeTypeHandle.
Retrieves the internal handle for this enum. |
[read-only] | TypeToken | TypeToken.
Returns the internal metadata type token of this enum. |
[read-only] | UnderlyingField | FieldBuilder.
Returns the underlying field for this enum. |
[read-only] override | UnderlyingSystemType | Type.
Returns the underlying system type for this enum. |