IComSoapPublisher.GacRemove(String) Metodo

Definizione

Rimuove un assembly dalla Global Assembly Cache.

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

Parametri

AssemblyPath
String

Percorso del file system per l'assembly.

Eccezioni

AssemblyPath è null.

AssemblyPath è vuoto.

AssemblyPath non viene trovato.

Un assembly o un modulo è stato caricato due volte con due prove diverse.

AssemblyPath non è un assembly valido.

Si applica a