Publish.GacRemove(String) 方法

定义

从全局程序集缓存中移除程序集。

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

程序集的文件系统路径。

实现

例外

调用链中的调用方无权访问非托管代码。

- 或 -

调用方没有路径发现权限。

AssemblyPathnull

AssemblyPath 为空。

AssemblyPath 未找到。

一个程序集或模块用两个不同的证据加载了两次。

AssemblyPath 不是有效的程序集。

适用于