This documentation is archived and is not being maintained.
AppDomain::ExecuteAssembly Method
Visual Studio 2010
Executes the assembly contained in the specified file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ExecuteAssembly(String) | Executes the assembly contained in the specified file. |
|
ExecuteAssembly(String, Evidence) | Obsolete. Executes the assembly contained in the specified file, using the specified evidence. |
|
ExecuteAssembly(String, array<String>) | Executes the assembly contained in the specified file, using the specified arguments. |
|
ExecuteAssembly(String, Evidence, array<String>) | Obsolete. Executes the assembly contained in the specified file, using the specified evidence and arguments. |
|
ExecuteAssembly(String, array<String>, array<Byte>, AssemblyHashAlgorithm) | Executes the assembly contained in the specified file, using the specified arguments, hash value, and hash algorithm. |
|
ExecuteAssembly(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. |
Show: