The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
_AppDomain::DefineDynamicAssembly Method (AssemblyName^, AssemblyBuilderAccess)
.NET Framework (current version)
Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess) method overload.
Assembly: mscorlib (in mscorlib.dll)
AssemblyBuilder^ DefineDynamicAssembly( AssemblyName^ name, AssemblyBuilderAccess access )
Parameters
- name
-
Type:
System.Reflection::AssemblyName^
The unique identity of the dynamic assembly.
- access
-
Type:
System.Reflection.Emit::AssemblyBuilderAccess
The access mode for the dynamic assembly.
See the AppDomain::DefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess) method overload.
.NET Framework
Available since 1.1
Available since 1.1
Show: