IComSoapPublisher.GacRemove(String) 方法

定义

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

public:
 void GacRemove(System::String ^ AssemblyPath);
public void GacRemove (string AssemblyPath);
abstract member GacRemove : string -> unit
Public Sub GacRemove (AssemblyPath As String)

参数

AssemblyPath
String

程序集的文件系统路径。

例外

AssemblyPathnull

AssemblyPath 为空。

AssemblyPath 未找到。

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

AssemblyPath 不是有效的程序集。

适用于