Version

DynamicTypeBuilder Class Members

The following tables list the members exposed by DynamicTypeBuilder.

Public Constructors
 NameDescription
Public ConstructorDynamicTypeBuilder Constructor  
Public Properties
 NameDescription
Public PropertyAssemblyBuilderGets instance of AssemblyBuilder created for this dynamic type.  
Public PropertyAssemblyNameGets instance of AssemblyName created for this dynamic type.  
Public PropertyAttributesThe attributes for this dynamic type.  
Public PropertyDynamicAssemblyNameGets or sets the name of the dynamic assembly.  
Public PropertyDynamicTypeNameGets or sets the name of the dynamic type.  
Public PropertyModuleBuilderGets instance of ModuleBuilder created for this dynamic type.  
Public PropertyTypeBuilderGets instance of TypeBuilder created for this dynamic type.  
Public Methods
 NameDescription
Public MethodGenerateTypeGenerates dynamic type at run time.  
See Also