EnumBuilder Class
Describes and represents an enumeration type.
Assembly: mscorlib (in mscorlib.dll)
System.Reflection::MemberInfo
System::Type
System.Reflection::TypeInfo
System.Reflection.Emit::EnumBuilder
| Name | Description | |
|---|---|---|
![]() | Assembly | Retrieves the dynamic assembly that contains this enum definition.(Overrides Type::Assembly.) |
![]() | AssemblyQualifiedName | Returns the full path of this enum qualified by the display name of the parent assembly.(Overrides Type::AssemblyQualifiedName.) |
![]() | Attributes | |
![]() | BaseType | Returns the parent Type of this type which is always Enum.(Overrides Type::BaseType.) |
![]() | ContainsGenericParameters | |
![]() | CustomAttributes | Gets a collection that contains this member's custom attributes.(Inherited from MemberInfo.) |
![]() | DeclaredConstructors | Gets a collection of the constructors declared by the current type.(Inherited from TypeInfo.) |
![]() | DeclaredEvents | Gets a collection of the events defined by the current type.(Inherited from TypeInfo.) |
![]() | DeclaredFields | Gets a collection of the fields defined by the current type.(Inherited from TypeInfo.) |
![]() | DeclaredMembers | Gets a collection of the members defined by the current type.(Inherited from TypeInfo.) |
![]() | DeclaredMethods | Gets a collection of the methods defined by the current type.(Inherited from TypeInfo.) |
![]() | DeclaredNestedTypes | Gets a collection of the nested types defined by the current type.(Inherited from TypeInfo.) |
![]() | DeclaredProperties | Gets a collection of the properties defined by the current type. (Inherited from TypeInfo.) |
![]() | DeclaringMethod | Gets a MethodBase that represents the declaring method, if the current Type represents a type parameter of a generic method.(Inherited from Type.) |
![]() | DeclaringType | Returns the type that declared this EnumBuilder.(Overrides Type::DeclaringType.) |
![]() | FullName | Returns the full path of this enum.(Overrides Type::FullName.) |
![]() | GenericParameterAttributes | Gets a combination of GenericParameterAttributes flags that describe the covariance and special constraints of the current generic type parameter. (Inherited from Type.) |
![]() | GenericParameterPosition | |
![]() | GenericTypeArguments | Gets an array of the generic type arguments for this type.(Inherited from Type.) |
![]() | GenericTypeParameters | Gets an array of the generic type parameters of the current instance. (Inherited from TypeInfo.) |
![]() | GUID | Returns the GUID of this enum.(Overrides Type::GUID.) |
![]() | HasElementType | |
![]() | ImplementedInterfaces | Gets a collection of the interfaces implemented by the current type.(Inherited from TypeInfo.) |
![]() | IsAbstract | |
![]() | IsAnsiClass | |
![]() | IsArray | Gets a value that indicates whether the type is an array.(Inherited from Type.) |
![]() | IsAutoClass | |
![]() | IsAutoLayout | Gets a value indicating whether the fields of the current type are laid out automatically by the common language runtime.(Inherited from Type.) |
![]() | IsByRef | |
![]() | IsClass | |
![]() | IsCOMObject | |
![]() | IsConstructedGenericType | Gets a value that indicates whether this object represents a constructed generic type.(Overrides Type::IsConstructedGenericType.) |
![]() | IsContextful | |
![]() | IsEnum | |
![]() | IsExplicitLayout | Gets a value indicating whether the fields of the current type are laid out at explicitly specified offsets.(Inherited from Type.) |
![]() | IsGenericParameter | |
![]() | IsGenericType | Gets a value indicating whether the current type is a generic type.(Inherited from Type.) |
![]() | IsGenericTypeDefinition | |
![]() | IsImport | Gets a value indicating whether the Type has a ComImportAttribute attribute applied, indicating that it was imported from a COM type library.(Inherited from Type.) |
![]() | IsInterface | |
![]() | IsLayoutSequential | Gets a value indicating whether the fields of the current type are laid out sequentially, in the order that they were defined or emitted to the metadata.(Inherited from Type.) |
![]() | IsMarshalByRef | |
![]() | IsNested | |
![]() | IsNestedAssembly | |
![]() | IsNestedFamANDAssem | |
![]() | IsNestedFamily | |
![]() | IsNestedFamORAssem | |
![]() | IsNestedPrivate | |
![]() | IsNestedPublic | Gets a value indicating whether a class is nested and declared public.(Inherited from Type.) |
![]() | IsNotPublic | |
![]() | IsPointer | |
![]() | IsPrimitive | |
![]() | IsPublic | |
![]() | IsSealed | |
![]() | IsSecurityCritical | Gets a value that indicates whether the current type is security-critical or security-safe-critical at the current trust level, and therefore can perform critical operations. (Inherited from Type.) |
![]() | IsSecuritySafeCritical | Gets a value that indicates whether the current type is security-safe-critical at the current trust level; that is, whether it can perform critical operations and can be accessed by transparent code. (Inherited from Type.) |
![]() | IsSecurityTransparent | Gets a value that indicates whether the current type is transparent at the current trust level, and therefore cannot perform critical operations.(Inherited from Type.) |
![]() | IsSerializable | |
![]() | IsSpecialName | Gets a value indicating whether the type has a name that requires special handling.(Inherited from Type.) |
![]() | IsUnicodeClass | |
![]() | IsValueType | |
![]() | IsVisible | |
![]() | MemberType | Gets a MemberTypes value indicating that this member is a type or a nested type.(Inherited from Type.) |
![]() | MetadataToken | Gets a value that identifies a metadata element.(Inherited from MemberInfo.) |
![]() | Module | Retrieves the dynamic module that contains this EnumBuilder definition.(Overrides Type::Module.) |
![]() | Name | Returns the name of this enum.(Overrides MemberInfo::Name.) |
![]() | Namespace | Returns the namespace of this enum.(Overrides Type::Namespace.) |
![]() | ReflectedType | Returns the type that was used to obtain this EnumBuilder.(Overrides Type::ReflectedType.) |
![]() | StructLayoutAttribute | Gets a StructLayoutAttribute that describes the layout of the current type.(Inherited from Type.) |
![]() | TypeHandle | Retrieves the internal handle for this enum.(Overrides Type::TypeHandle.) |
![]() | TypeInitializer | Gets the initializer for the type.(Inherited from Type.) |
![]() | TypeToken | Returns the internal metadata type token of this enum. |
![]() | UnderlyingField | Returns the underlying field for this enum. |
![]() | UnderlyingSystemType | Returns the underlying system type for this enum.(Overrides Type::UnderlyingSystemType.) |
| Name | Description | |
|---|---|---|
![]() | AsType() | |
![]() | CreateType() | Creates a Type object for this enum. |
![]() | CreateTypeInfo() | Gets a TypeInfo object that represents this enumeration. |
![]() | DefineLiteral(String^, Object^) | Defines the named static field in an enumeration type with the specified constant value. |
![]() | Equals(Object^) | |
![]() | Equals(Type^) | |
![]() | FindInterfaces(TypeFilter^, Object^) | |
![]() | FindMembers(MemberTypes, BindingFlags, MemberFilter^, Object^) | Returns a filtered array of MemberInfo objects of the specified member type.(Inherited from Type.) |
![]() | GetArrayRank() | Gets the number of dimensions in an array. (Inherited from Type.) |
![]() | GetConstructor(BindingFlags, Binder^, CallingConventions, array<Type^>^, array<ParameterModifier>^) | Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.(Inherited from Type.) |
![]() | GetConstructor(BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^) | Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints.(Inherited from Type.) |
![]() | GetConstructor(array<Type^>^) | Searches for a public instance constructor whose parameters match the types in the specified array.(Inherited from Type.) |
![]() | GetConstructors() | |
![]() | GetConstructors(BindingFlags) | Returns an array of ConstructorInfo objects representing the public and non-public constructors defined for this class, as specified.(Overrides Type::GetConstructors(BindingFlags).) |
![]() | GetCustomAttributes(Boolean) | Returns all the custom attributes defined for this constructor.(Overrides MemberInfo::GetCustomAttributes(Boolean).) |
![]() | GetCustomAttributes(Type^, Boolean) | Returns the custom attributes identified by the given type.(Overrides MemberInfo::GetCustomAttributes(Type^, Boolean).) |
![]() | GetCustomAttributesData() | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member.(Inherited from MemberInfo.) |
![]() | GetDeclaredEvent(String^) | Returns an object that represents the specified public event declared by the current type.(Inherited from TypeInfo.) |
![]() | GetDeclaredField(String^) | Returns an object that represents the specified public field declared by the current type.(Inherited from TypeInfo.) |
![]() | GetDeclaredMethod(String^) | Returns an object that represents the specified public method declared by the current type.(Inherited from TypeInfo.) |
![]() | GetDeclaredMethods(String^) | Returns a collection that contains all public methods declared on the current type that match the specified name.(Inherited from TypeInfo.) |
![]() | GetDeclaredNestedType(String^) | Returns an object that represents the specified public nested type declared by the current type.(Inherited from TypeInfo.) |
![]() | GetDeclaredProperty(String^) | Returns an object that represents the specified public property declared by the current type.(Inherited from TypeInfo.) |
![]() | GetDefaultMembers() | Searches for the members defined for the current Type whose DefaultMemberAttribute is set.(Inherited from Type.) |
![]() | GetElementType() | Calling this method always throws NotSupportedException.(Overrides Type::GetElementType().) |
![]() | GetEnumName(Object^) | Returns the name of the constant that has the specified value, for the current enumeration type.(Inherited from Type.) |
![]() | GetEnumNames() | Returns the names of the members of the current enumeration type.(Inherited from Type.) |
![]() | GetEnumUnderlyingType() | Returns the underlying integer type of the current enumeration, which is set when the enumeration builder is defined.(Overrides Type::GetEnumUnderlyingType().) |
![]() | GetEnumValues() | Returns an array of the values of the constants in the current enumeration type.(Inherited from Type.) |
![]() | GetEvent(String^) | |
![]() | GetEvent(String^, BindingFlags) | Returns the event with the specified name.(Overrides Type::GetEvent(String^, BindingFlags).) |
![]() | GetEvents() | Returns the events for the public events declared or inherited by this type.(Overrides Type::GetEvents().) |
![]() | GetEvents(BindingFlags) | Returns the public and non-public events that are declared by this type.(Overrides Type::GetEvents(BindingFlags).) |
![]() | GetField(String^) | Searches for the public field with the specified name.(Inherited from Type.) |
![]() | GetField(String^, BindingFlags) | Returns the field specified by the given name.(Overrides Type::GetField(String^, BindingFlags).) |
![]() | GetFields() | |
![]() | GetFields(BindingFlags) | Returns the public and non-public fields that are declared by this type.(Overrides Type::GetFields(BindingFlags).) |
![]() | GetGenericArguments() | |
![]() | GetGenericParameterConstraints() | |
![]() | GetGenericTypeDefinition() | |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from Type.) |
![]() | GetInterface(String^) | Searches for the interface with the specified name.(Inherited from Type.) |
![]() | GetInterface(String^, Boolean) | Returns the interface implemented (directly or indirectly) by this type, with the specified fully-qualified name.(Overrides Type::GetInterface(String^, Boolean).) |
![]() | GetInterfaceMap(Type^) | Returns an interface mapping for the interface requested.(Overrides Type::GetInterfaceMap(Type^).) |
![]() | GetInterfaces() | Returns an array of all the interfaces implemented on this a class and its base classes.(Overrides Type::GetInterfaces().) |
![]() | GetMember(String^) | Searches for the public members with the specified name.(Inherited from Type.) |
![]() | GetMember(String^, BindingFlags) | Searches for the specified members, using the specified binding constraints.(Inherited from Type.) |
![]() | GetMember(String^, MemberTypes, BindingFlags) | Returns all members with the specified name, type, and binding that are declared or inherited by this type.(Overrides Type::GetMember(String^, MemberTypes, BindingFlags).) |
![]() | GetMembers() | |
![]() | GetMembers(BindingFlags) | Returns the specified members declared or inherited by this type,.(Overrides Type::GetMembers(BindingFlags).) |
![]() | GetMethod(String^) | Searches for the public method with the specified name.(Inherited from Type.) |
![]() | GetMethod(String^, BindingFlags) | Searches for the specified method, using the specified binding constraints.(Inherited from Type.) |
![]() | GetMethod(String^, BindingFlags, Binder^, CallingConventions, array<Type^>^, array<ParameterModifier>^) | Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.(Inherited from Type.) |
![]() | GetMethod(String^, BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^) | Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints.(Inherited from Type.) |
![]() | GetMethod(String^, array<Type^>^) | Searches for the specified public method whose parameters match the specified argument types.(Inherited from Type.) |
![]() | GetMethod(String^, array<Type^>^, array<ParameterModifier>^) | Searches for the specified public method whose parameters match the specified argument types and modifiers.(Inherited from Type.) |
![]() | GetMethods() | |
![]() | GetMethods(BindingFlags) | Returns all the public and non-public methods declared or inherited by this type, as specified.(Overrides Type::GetMethods(BindingFlags).) |
![]() | GetNestedType(String^) | Searches for the public nested type with the specified name.(Inherited from Type.) |
![]() | GetNestedType(String^, BindingFlags) | Returns the specified nested type that is declared by this type.(Overrides Type::GetNestedType(String^, BindingFlags).) |
![]() | GetNestedTypes() | |
![]() | GetNestedTypes(BindingFlags) | Returns the public and non-public nested types that are declared or inherited by this type.(Overrides Type::GetNestedTypes(BindingFlags).) |
![]() | GetProperties() | |
![]() | GetProperties(BindingFlags) | Returns all the public and non-public properties declared or inherited by this type, as specified.(Overrides Type::GetProperties(BindingFlags).) |
![]() | GetProperty(String^) | Searches for the public property with the specified name.(Inherited from Type.) |
![]() | GetProperty(String^, BindingFlags) | Searches for the specified property, using the specified binding constraints.(Inherited from Type.) |
![]() | GetProperty(String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^) | Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.(Inherited from Type.) |
![]() | GetProperty(String^, Type^) | Searches for the public property with the specified name and return type.(Inherited from Type.) |
![]() | GetProperty(String^, Type^, array<Type^>^) | Searches for the specified public property whose parameters match the specified argument types.(Inherited from Type.) |
![]() | GetProperty(String^, Type^, array<Type^>^, array<ParameterModifier>^) | Searches for the specified public property whose parameters match the specified argument types and modifiers.(Inherited from Type.) |
![]() | GetProperty(String^, array<Type^>^) | Searches for the specified public property whose parameters match the specified argument types.(Inherited from Type.) |
![]() | GetType() | |
![]() | InvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^) | Invokes the specified member, using the specified binding constraints and matching the specified argument list.(Inherited from Type.) |
![]() | InvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^, CultureInfo^) | Invokes the specified member, using the specified binding constraints and matching the specified argument list and culture.(Inherited from Type.) |
![]() | InvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^, array<ParameterModifier>^, CultureInfo^, array<String^>^) | Invokes the specified member. The method that is to be invoked must be accessible and provide the most specific match with the specified argument list, under the contraints of the specified binder and invocation attributes.(Overrides Type::InvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^, array<ParameterModifier>^, CultureInfo^, array<String^>^).) |
![]() | IsAssignableFrom(Type^) | Determines whether an instance of a specified type can be assigned to an instance of the current type.(Inherited from Type.) |
![]() | IsAssignableFrom(TypeInfo^) | Gets a value that indicates whether a specified TypeInfo object can be assigned to this object.(Overrides TypeInfo::IsAssignableFrom(TypeInfo^).) |
![]() | IsDefined(Type^, Boolean) | Checks if the specified custom attribute type is defined.(Overrides MemberInfo::IsDefined(Type^, Boolean).) |
![]() | IsEnumDefined(Object^) | Returns a value that indicates whether the specified value exists in the current enumeration type.(Inherited from Type.) |
![]() | IsEquivalentTo(Type^) | Determines whether two COM types have the same identity and are eligible for type equivalence.(Inherited from Type.) |
![]() | IsInstanceOfType(Object^) | |
![]() | IsSubclassOf(Type^) | |
![]() | MakeArrayType() | Returns a Type object representing a one-dimensional array of the current type, with a lower bound of zero.(Overrides Type::MakeArrayType().) |
![]() | MakeArrayType(Int32) | Returns a Type object representing an array of the current type, with the specified number of dimensions.(Overrides Type::MakeArrayType(Int32).) |
![]() | MakeByRefType() | Returns a Type object that represents the current type when passed as a ref parameter (ByRef parameter in Visual Basic).(Overrides Type::MakeByRefType().) |
![]() | MakeGenericType(array<Type^>^) | |
![]() | MakePointerType() | Returns a Type object that represents a pointer to the current type.(Overrides Type::MakePointerType().) |
![]() | SetCustomAttribute(ConstructorInfo^, array<Byte>^) | Sets a custom attribute using a specified custom attribute blob. |
![]() | SetCustomAttribute(CustomAttributeBuilder^) | Sets a custom attribute using a custom attribute builder. |
![]() | ToString() | Returns a String representing the name of the current Type.(Inherited from Type.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IReflectableType::GetTypeInfo() | |
![]() ![]() | _EnumBuilder::GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | Maps a set of names to a corresponding set of dispatch identifiers. |
![]() ![]() | _EnumBuilder::GetTypeInfo(UInt32, UInt32, IntPtr) | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
![]() ![]() | _EnumBuilder::GetTypeInfoCount(UInt32%) | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
![]() ![]() | _EnumBuilder::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | Provides access to properties and methods exposed by an object. |
![]() ![]() | _MemberInfo::GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | Maps a set of names to a corresponding set of dispatch identifiers.(Inherited from MemberInfo.) |
![]() ![]() | _MemberInfo::GetType() | Gets a Type object representing the MemberInfo class.(Inherited from MemberInfo.) |
![]() ![]() | _MemberInfo::GetTypeInfo(UInt32, UInt32, IntPtr) | Retrieves the type information for an object, which can then be used to get the type information for an interface.(Inherited from MemberInfo.) |
![]() ![]() | _MemberInfo::GetTypeInfoCount(UInt32%) | Retrieves the number of type information interfaces that an object provides (either 0 or 1).(Inherited from MemberInfo.) |
![]() ![]() | _MemberInfo::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | Provides access to properties and methods exposed by an object.(Inherited from MemberInfo.) |
![]() ![]() | _Type::GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | Maps a set of names to a corresponding set of dispatch identifiers.(Inherited from Type.) |
![]() ![]() | _Type::GetTypeInfo(UInt32, UInt32, IntPtr) | Retrieves the type information for an object, which can then be used to get the type information for an interface.(Inherited from Type.) |
![]() ![]() | _Type::GetTypeInfoCount(UInt32%) | Retrieves the number of type information interfaces that an object provides (either 0 or 1).(Inherited from Type.) |
![]() ![]() | _Type::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | Provides access to properties and methods exposed by an object.(Inherited from Type.) |
| Name | Description | |
|---|---|---|
![]() | GetCustomAttribute(Type^) | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttribute(Type^, Boolean) | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified member, and optionally inspects the ancestors of that member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttribute<T>() | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttribute<T>(Boolean) | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified member, and optionally inspects the ancestors of that member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes() | Overloaded. Retrieves a collection of custom attributes that are applied to a specified member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes(Type^) | Overloaded. Retrieves a collection of custom attributes of a specified type that are applied to a specified member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes<T>(Boolean) | Overloaded. Retrieves a collection of custom attributes of a specified type that are applied to a specified member, and optionally inspects the ancestors of that member.(Defined by CustomAttributeExtensions.) |
![]() | GetRuntimeEvent(String^) | Retrieves an object that represents the specified event.(Defined by RuntimeReflectionExtensions.) |
![]() | GetRuntimeEvents() | Retrieves a collection that represents all the events defined on a specified type.(Defined by RuntimeReflectionExtensions.) |
![]() | GetRuntimeField(String^) | Retrieves an object that represents a specified field.(Defined by RuntimeReflectionExtensions.) |
![]() | GetRuntimeFields() | Retrieves a collection that represents all the fields defined on a specified type.(Defined by RuntimeReflectionExtensions.) |
![]() | GetRuntimeInterfaceMap(Type^) | Returns an interface mapping for the specified type and the specified interface.(Defined by RuntimeReflectionExtensions.) |
![]() | GetRuntimeMethod(String^, array<Type^>^) | Retrieves an object that represents a specified method.(Defined by RuntimeReflectionExtensions.) |
![]() | GetRuntimeMethods() | Retrieves a collection that represents all methods defined on a specified type.(Defined by RuntimeReflectionExtensions.) |
![]() | GetRuntimeProperties() | Retrieves a collection that represents all the properties defined on a specified type.(Defined by RuntimeReflectionExtensions.) |
![]() | GetRuntimeProperty(String^) | Retrieves an object that represents a specified property.(Defined by RuntimeReflectionExtensions.) |
![]() | GetTypeInfo() | Returns the TypeInfo representation of the specified type.(Defined by IntrospectionExtensions.) |
![]() | IsDefined(Type^) | Overloaded. Indicates whether custom attributes of a specified type are applied to a specified member.(Defined by CustomAttributeExtensions.) |
Note |
|---|
In the .NET Framework versions 1.0 and 1.1, it is necessary to define enumerations using TypeBuilder because EnumBuilder emits enumerations whose elements are of type Int32 instead of the enumeration type. In the .NET Framework version 2.0, EnumBuilder emits enumerations whose elements have the correct type. |
The following code example demonstrates the construction of an enumeration within a dynamic assembly, using EnumBuilder. The example defines an enumeration named Elevation, with an underlying type of Int32, and creates two elements: Low, with a value of 0, and High, with a value of 1. After the type has been created, the assembly is saved with the name TempAssembly.dll. You can use the Ildasm.exe (IL Disassembler) to examine the contents of this assembly.
Note |
|---|
Prior to the .NET Framework version 2.0, this code example does not produce a correct enumeration. |
using namespace System; using namespace System::Reflection; using namespace System::Reflection::Emit; void main() { // Get the current application domain for the current thread. AppDomain^ currentDomain = AppDomain::CurrentDomain; // Create a dynamic assembly in the current application domain, // and allow it to be executed and saved to disk. AssemblyName^ aName = gcnew AssemblyName("TempAssembly"); AssemblyBuilder^ ab = currentDomain->DefineDynamicAssembly( aName, AssemblyBuilderAccess::RunAndSave); // Define a dynamic module in "TempAssembly" assembly. For a single- // module assembly, the module has the same name as the assembly. ModuleBuilder^ mb = ab->DefineDynamicModule(aName->Name, aName->Name + ".dll"); // Define a public enumeration with the name "Elevation" and an // underlying type of Int32. EnumBuilder^ eb = mb->DefineEnum("Elevation", TypeAttributes::Public, int::typeid); // Define two members, "High" and "Low". eb->DefineLiteral("Low", (Object^) 0); eb->DefineLiteral("High", 1); // Create the type and save the assembly. Type^ finished = eb->CreateType(); ab->Save(aName->Name + ".dll"); for each (Object^ o in Enum::GetValues(finished)) { Console::WriteLine("{0}.{1} = {2}", finished, o, (int)o); } } /* This code example produces the following output: Elevation.Low = 0 Elevation.High = 1 */
Available since 1.1
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




