TypeProvider.RemoveAssemblyReference(String) Method

Definition

Removes a path-based Assembly reference from this instance.

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

Parameters

path
String

The path of the Assembly to be removed.

Exceptions

path is a null reference (Nothing in Visual Basic)

Remarks

The TypesChanged is raised when this method is invoked.

Applies to