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

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

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

適用対象