_AppDomain::DefineDynamicAssembly Method (AssemblyName^, AssemblyBuilderAccess, PermissionSet^, PermissionSet^, PermissionSet^)

 
Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

AssemblyBuilder^ DefineDynamicAssembly(
	AssemblyName^ name,
	AssemblyBuilderAccess access,
	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.

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.

Return Value

Type: System.Reflection.Emit::AssemblyBuilder^

Represents the dynamic assembly created.

.NET Framework
Available since 1.1
Return to top
Show: