Share via


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 が見つかりません。

アセンブリまたはモジュールが、2 つの異なる証拠を使用して 2 回読み込まれました。

AssemblyPath は有効なアセンブリではありません。

適用対象