AssemblyObsoleteEventArgs Class
Represents an argument class for the AssemblyObsolete event. This class cannot be inherited.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | AssemblyObsoleteEventArgs(Assembly) | Initializes a new instance of the AssemblyObsoleteEventArgs class. |
![]() | AssemblyObsoleteEventArgs(Assembly, Type[]) | Initializes a new instance of the AssemblyObsoleteEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | ObsoleteAssembly | Gets the Assembly that has become obsolete. |
![]() | ObsoleteTypes | Gets the set of Type that have become obsolete. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The AssemblyObsolete event is raised when a type resolution service calls the OnAssemblyObsolete. The type resolution service should do this when it detects that an assembly it loaded is no longer valid. This can happen if the assembly is rebuilt by a developer.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

