AppDomain::ExecuteAssembly Method

 

Executes the assembly contained in the specified file.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodExecuteAssembly(String^)

Executes the assembly contained in the specified file.

System_CAPS_pubmethodExecuteAssembly(String^, Evidence^)

Obsolete. Executes the assembly contained in the specified file, using the specified evidence.

System_CAPS_pubmethodExecuteAssembly(String^, Evidence^, array<String^>^)

Obsolete. Executes the assembly contained in the specified file, using the specified evidence and arguments.

System_CAPS_pubmethodExecuteAssembly(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.

System_CAPS_pubmethodExecuteAssembly(String^, array<String^>^)

Executes the assembly contained in the specified file, using the specified arguments.

System_CAPS_pubmethodExecuteAssembly(String^, array<String^>^, array<Byte>^, AssemblyHashAlgorithm)

Executes the assembly contained in the specified file, using the specified arguments, hash value, and hash algorithm.

Return to top
Show: