Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Defines a dynamic assembly in the current application domain.

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

NameDescription
System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess)

Defines a dynamic assembly with the specified name and access mode.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, Evidence^)

Obsolete. Defines a dynamic assembly using the specified name, access mode, and evidence.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, Evidence^, PermissionSet^, PermissionSet^, PermissionSet^)

Obsolete. Defines a dynamic assembly using the specified name, access mode, evidence, and permission requests.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, IEnumerable<CustomAttributeBuilder^>^)

Defines a dynamic assembly with the specified name, access mode, and custom attributes.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, IEnumerable<CustomAttributeBuilder^>^, SecurityContextSource)

Defines a dynamic assembly with the specified name, access mode, and custom attributes, and using the specified source for its security context.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, PermissionSet^, PermissionSet^, PermissionSet^)

Obsolete. Defines a dynamic assembly using the specified name, access mode, and permission requests.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, String^)

Defines a dynamic assembly using the specified name, access mode, and storage directory.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, String^, Boolean, IEnumerable<CustomAttributeBuilder^>^)

Defines a dynamic assembly using the specified name, access mode, storage directory, and synchronization option.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, String^, Evidence^)

Obsolete. Defines a dynamic assembly using the specified name, access mode, storage directory, and evidence.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, String^, Evidence^, PermissionSet^, PermissionSet^, PermissionSet^)

Obsolete. Defines a dynamic assembly using the specified name, access mode, storage directory, evidence, and permission requests.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, String^, Evidence^, PermissionSet^, PermissionSet^, PermissionSet^, Boolean)

Obsolete. Defines a dynamic assembly using the specified name, access mode, storage directory, evidence, permission requests, and synchronization option.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, String^, Evidence^, PermissionSet^, PermissionSet^, PermissionSet^, Boolean, IEnumerable<CustomAttributeBuilder^>^)

Obsolete. Defines a dynamic assembly with the specified name, access mode, storage directory, evidence, permission requests, synchronization option, and custom attributes.

System_CAPS_pubmethodDefineDynamicAssembly(AssemblyName^, AssemblyBuilderAccess, String^, PermissionSet^, PermissionSet^, PermissionSet^)

Obsolete. Defines a dynamic assembly using the specified name, access mode, storage directory, and permission requests.

Return to top
Show:
© 2017 Microsoft