System.Reflection.Emit.EnumBuilder: Property Members

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

Public Properties

[read-only]
override
AssemblySystem.Reflection.Assembly.

Retrieves the dynamic assembly that contains this enum definition.

[read-only]
override
AssemblyQualifiedNamestring.

Returns the full path of this enum qualified by the display name of the parent assembly.

[read-only]
override
BaseTypeType.

Returns the parent Type of this type which is always Enum.

[read-only]
override
DeclaringTypeType.

Returns the type that declared this System.Reflection.Emit.EnumBuilder.

[read-only]
override
FullNamestring.

Returns the full path of this enum.

[read-only]
override
GUIDGuid.

Returns the GUID of this enum.

[read-only]
override
IsConstructedGenericTypebool.

Gets a value that indicates whether this object represents a constructed generic type.

[read-only]
override
ModuleSystem.Reflection.Module.

Retrieves the dynamic module that contains this System.Reflection.Emit.EnumBuilder definition.

[read-only]
override
Namestring.

Returns the name of this enum.

[read-only]
override
Namespacestring.

Returns the namespace of this enum.

[read-only]
override
ReflectedTypeType.

Returns the type that was used to obtain this System.Reflection.Emit.EnumBuilder.

[read-only]
override
TypeHandleRuntimeTypeHandle.

Retrieves the internal handle for this enum.

[read-only]
TypeTokenTypeToken.

Returns the internal metadata type token of this enum.

[read-only]
UnderlyingFieldFieldBuilder.

Returns the underlying field for this enum.

[read-only]
override
UnderlyingSystemTypeType.

Returns the underlying system type for this enum.