AssemblyDeletedEventArgs Class
Contains event data for the E:Microsoft.VisualStudio.Shell.Design.AssemblyDeletedEvent that gets raised when an assembly is deleted.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | AssemblyDeletedEventArgs(Assembly) | Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly. |
![]() | AssemblyDeletedEventArgs(Assembly, Type[]) | Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly and types. |
| Name | Description | |
|---|---|---|
![]() | DeletedAssembly | Gets the Assembly that has been deleted. |
![]() | DeletedTypes | Gets the set of Type that have been deleted. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The AssemblyDeleted event is raised when a type resolution service calls the OnAssemblyDeleted. The type resolution service should do this when it detects that an assembly it loaded no longer exists.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

