AssemblyDependencyResolver(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用组件的程序集的路径初始化 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 文件。 此文件是在生成过程中输出的。