TypeProvider.RemoveAssembly(Assembly) Method

Definition

Removes all references to the subject Assembly from this instance.

public:
 void RemoveAssembly(System::Reflection::Assembly ^ assembly);
public void RemoveAssembly (System.Reflection.Assembly assembly);
member this.RemoveAssembly : System.Reflection.Assembly -> unit
Public Sub RemoveAssembly (assembly As Assembly)

Parameters

assembly
Assembly

The Assembly to remove from this instance.

Exceptions

assembly is a null reference (Nothing in Visual Basic)

Remarks

The TypesChanged is raised when this method is invoked.

Applies to