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::ExecuteAssemblyByName Method

 

Executes an assembly.

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

NameDescription
System_CAPS_pubmethodExecuteAssemblyByName(AssemblyName^, Evidence^, array<String^>^)

Obsolete. Executes the assembly given an AssemblyName, using the specified evidence and arguments.

System_CAPS_pubmethodExecuteAssemblyByName(AssemblyName^, array<String^>^)

Executes the assembly given an AssemblyName, using the specified arguments.

System_CAPS_pubmethodExecuteAssemblyByName(String^)

Executes an assembly given its display name.

System_CAPS_pubmethodExecuteAssemblyByName(String^, Evidence^)

Obsolete. Executes an assembly given its display name, using the specified evidence.

System_CAPS_pubmethodExecuteAssemblyByName(String^, Evidence^, array<String^>^)

Obsolete. Executes the assembly given its display name, using the specified evidence and arguments.

System_CAPS_pubmethodExecuteAssemblyByName(String^, array<String^>^)

Executes the assembly given its display name, using the specified arguments.

Return to top
Show:
© 2017 Microsoft