Publish.GacRemove(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將組件從全域組件快取中移除。
public:
virtual void GacRemove(System::String ^ AssemblyPath);
public void GacRemove (string AssemblyPath);
abstract member GacRemove : string -> unit
override this.GacRemove : string -> unit
Public Sub GacRemove (AssemblyPath As String)
參數
- AssemblyPath
- String
組件的檔案系統路徑。
實作
例外狀況
AssemblyPath
為 null
。
AssemblyPath
是空的。
找不到 AssemblyPath
。
使用兩個不同的辨識項載入組件或模組兩次。
AssemblyPath
不是有效的組件。