.NET Framework Class Library
AppDomain..::.ExecuteAssembly Method
Executes the assembly contained in the specified file.
|
| Name | Description |
|---|
.gif) .gif) .gif) | ExecuteAssembly(String) | Executes the assembly contained in the specified file. |
.gif) | ExecuteAssembly(String, Evidence) | Executes the assembly contained in the specified file, using the specified evidence. |
.gif) .gif) .gif) | ExecuteAssembly(String, Evidence, array<String>[]()[]) | Executes the assembly contained in the specified file, using the specified evidence and arguments. |
.gif) | ExecuteAssembly(String, Evidence, array<String>[]()[], array<Byte>[]()[], AssemblyHashAlgorithm) | Executes the assembly contained in the specified file, using the specified evidence and arguments. |
Top
Reference