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

 

Executes the assembly contained in the specified file.

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

NameDescription
System_CAPS_pubmethodExecuteAssembly(String^)

Executes the assembly contained in the specified file.

System_CAPS_pubmethodExecuteAssembly(String^, Evidence^)

Obsolete. Executes the assembly contained in the specified file, using the specified evidence.

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

Obsolete. Executes the assembly contained in the specified file, using the specified evidence and arguments.

System_CAPS_pubmethodExecuteAssembly(String^, Evidence^, array<String^>^, array<Byte>^, AssemblyHashAlgorithm)

Obsolete. Executes the assembly contained in the specified file, using the specified evidence, arguments, hash value, and hash algorithm.

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

Executes the assembly contained in the specified file, using the specified arguments.

System_CAPS_pubmethodExecuteAssembly(String^, array<String^>^, array<Byte>^, AssemblyHashAlgorithm)

Executes the assembly contained in the specified file, using the specified arguments, hash value, and hash algorithm.

Return to top
Show:
© 2017 Microsoft