共用方式為


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 檔案。 此檔案會在建置程式期間輸出。

適用於