_AppDomain::DefineDynamicAssembly Method (AssemblyName^, AssemblyBuilderAccess, String^, PermissionSet^, PermissionSet^, PermissionSet^)
Provides COM objects with version-independent access to the AppDomain::DefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, String^, PermissionSet^, PermissionSet^, PermissionSet^) method overload.
Assembly: mscorlib (in mscorlib.dll)
AssemblyBuilder^ DefineDynamicAssembly( AssemblyName^ name, AssemblyBuilderAccess access, String^ dir, PermissionSet^ requiredPermissions, PermissionSet^ optionalPermissions, PermissionSet^ refusedPermissions )
Parameters
- name
-
Type:
System.Reflection::AssemblyName^
The unique identity of the dynamic assembly.
- access
-
Type:
System.Reflection.Emit::AssemblyBuilderAccess
The mode in which the dynamic assembly will be accessed.
- dir
-
Type:
System::String^
The name of the directory where the assembly will be saved. If dir is null, the directory defaults to the current directory.
- requiredPermissions
-
Type:
System.Security::PermissionSet^
The required permissions request.
- optionalPermissions
-
Type:
System.Security::PermissionSet^
The optional permissions request.
- refusedPermissions
-
Type:
System.Security::PermissionSet^
The refused permissions request.
Available since 1.1