AppDomain.ExecuteAssembly Method
.NET Framework 4
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, String[]) | Executes the assembly contained in the specified file, using the specified arguments. |
|
ExecuteAssembly(String, Evidence, String[]) | Obsolete. Executes the assembly contained in the specified file, using the specified evidence and arguments. |
|
ExecuteAssembly(String, String[], Byte[], AssemblyHashAlgorithm) | Executes the assembly contained in the specified file, using the specified arguments, hash value, and hash algorithm. |
|
ExecuteAssembly(String, Evidence, String[], Byte[], AssemblyHashAlgorithm) | Obsolete. Executes the assembly contained in the specified file, using the specified evidence, arguments, hash value, and hash algorithm. |