TypeProvider.RemoveAssemblyReference(String) Método

Definição

Remove uma referência Assembly baseada em caminho dessa instância.

public:
 void RemoveAssemblyReference(System::String ^ path);
public void RemoveAssemblyReference (string path);
member this.RemoveAssemblyReference : string -> unit
Public Sub RemoveAssemblyReference (path As String)

Parâmetros

path
String

O caminho do Assembly a ser removido.

Exceções

path é uma referência nula (Nothing no Visual Basic)

Comentários

O TypesChanged é gerado quando esse método é invocado.

Aplica-se a