AppDomain::ExecuteAssemblyByName Method

 

Executes an assembly.

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

NameDescription
System_CAPS_pubmethodExecuteAssemblyByName(AssemblyName^, Evidence^, array<String^>^)

Obsolete. Executes the assembly given an AssemblyName, using the specified evidence and arguments.

System_CAPS_pubmethodExecuteAssemblyByName(AssemblyName^, array<String^>^)

Executes the assembly given an AssemblyName, using the specified arguments.

System_CAPS_pubmethodExecuteAssemblyByName(String^)

Executes an assembly given its display name.

System_CAPS_pubmethodExecuteAssemblyByName(String^, Evidence^)

Obsolete. Executes an assembly given its display name, using the specified evidence.

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

Obsolete. Executes the assembly given its display name, using the specified evidence and arguments.

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

Executes the assembly given its display name, using the specified arguments.

Return to top
Show: