This topic has not yet been rated - Rate this topic

AppDomain.ExecuteAssembly Method

Executes the assembly contained in the specified file.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method ExecuteAssembly(String) Executes the assembly contained in the specified file.
Public method ExecuteAssembly(String, Evidence) Obsolete. Executes the assembly contained in the specified file, using the specified evidence.
Public method ExecuteAssembly(String, String[]) Executes the assembly contained in the specified file, using the specified arguments.
Public method ExecuteAssembly(String, Evidence, String[]) Obsolete. Executes the assembly contained in the specified file, using the specified evidence and arguments.
Public method ExecuteAssembly(String, String[], Byte[], AssemblyHashAlgorithm) Executes the assembly contained in the specified file, using the specified arguments, hash value, and hash algorithm.
Public method ExecuteAssembly(String, Evidence, String[], Byte[], AssemblyHashAlgorithm) Obsolete. Executes the assembly contained in the specified file, using the specified evidence, arguments, hash value, and hash algorithm.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.