共用方式為


PackageDependencyContext.Remove 方法

定義

從目前進程的套件圖形中移除已解析的套件相依性 (,也就是使用 PackageDependency.Add 方法新增之架構套件相依性的執行時間參考) 。

public:
 virtual void Remove() = Remove;
void Remove();
public void Remove();
function remove()
Public Sub Remove ()

備註

此方法不會卸載載入的資源,例如 DLL。 移除套件相依性之後,任何從封裝載入的檔案都可以繼續使用。 未來的檔案解析將無法看到已移除的套件相依性。

成功呼叫此方法會變更 PackageDependency.GenerationId 值。

適用於