This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
AppDomain..::.ExecuteAssembly Method
Executes the assembly contained in the specified file.

Overload List
|
| 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

See Also