AppDomain.ExecuteAssembly 方法

执行指定文件中包含的程序集。

重载列表

名称 说明
AppDomain.ExecuteAssembly (String) 执行指定文件中包含的程序集。

由 .NET Compact Framework 支持。
AppDomain.ExecuteAssembly (String, Evidence) 使用指定的证据执行指定文件中包含的程序集。
AppDomain.ExecuteAssembly (String, Evidence, String[]) 使用指定的证据和参数执行指定文件中包含的程序集。

由 .NET Compact Framework 支持。
AppDomain.ExecuteAssembly (String, Evidence, String[], Byte[], AssemblyHashAlgorithm) 使用指定的证据和参数执行指定文件中包含的程序集。

请参见

参考

AppDomain 类
AppDomain 成员
System 命名空间