AssemblyObsoleteEventArgs Class

 

Represents an argument class for the AssemblyObsolete event. This class cannot be inherited.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.Design.AssemblyObsoleteEventArgs

public sealed class AssemblyObsoleteEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodAssemblyObsoleteEventArgs(Assembly)

Initializes a new instance of the AssemblyObsoleteEventArgs class.

System_CAPS_pubmethodAssemblyObsoleteEventArgs(Assembly, Type[])

Initializes a new instance of the AssemblyObsoleteEventArgs class.

NameDescription
System_CAPS_pubpropertyObsoleteAssembly

Gets the Assembly that has become obsolete.

System_CAPS_pubpropertyObsoleteTypes

Gets the set of Type that have become obsolete.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: