AssemblyDependencyResolver(String) 构造函数

定义

使用组件的程序集的路径初始化 AssemblyDependencyResolver 类的新实例。

public:
 AssemblyDependencyResolver(System::String ^ componentAssemblyPath);
public AssemblyDependencyResolver (string componentAssemblyPath);
new System.Runtime.Loader.AssemblyDependencyResolver : string -> System.Runtime.Loader.AssemblyDependencyResolver
Public Sub New (componentAssemblyPath As String)

参数

componentAssemblyPath
String

组件或插件的托管入口点的路径。

注解

componentAssemblyPath 可以是相对路径或绝对路径。 程序集必须在描述程序集依赖项的同一目录中具有随附的 deps.json 文件。 此文件是在生成过程中输出的。

适用于