AppDomain::ExecuteAssembly Method
Executes the assembly contained in the specified file.
Assembly: mscorlib (in mscorlib.dll)
| 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^, Evidence^, array<String^>^) | Obsolete. Executes the assembly contained in the specified file, using the specified evidence and arguments. |
![]() | 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. |
![]() | ExecuteAssembly(String^, array<String^>^) | Executes the assembly contained in the specified file, using the specified 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. |
