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