AssemblyDeletedEventArgs Class

 

Contains event data for the E:Microsoft.VisualStudio.Shell.Design.AssemblyDeletedEvent that gets raised when an assembly is deleted.

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

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

public sealed class AssemblyDeletedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodAssemblyDeletedEventArgs(Assembly)

Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly.

System_CAPS_pubmethodAssemblyDeletedEventArgs(Assembly, Type[])

Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly and types.

NameDescription
System_CAPS_pubpropertyDeletedAssembly

Gets the Assembly that has been deleted.

System_CAPS_pubpropertyDeletedTypes

Gets the set of Type that have been deleted.

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

Return to top
Show: