AssemblyRefreshedEventArgs Class

 

An event that is raised when an assembly has been refreshed.

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

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

public sealed class AssemblyRefreshedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodAssemblyRefreshedEventArgs(Assembly)

Initializes a new instance of AssemblyRefreshedEventArgs.

System_CAPS_pubmethodAssemblyRefreshedEventArgs(Assembly, Type[])

Initializes a new instance of AssemblyRefreshedEventArgs containing an array of changed types.

NameDescription
System_CAPS_pubpropertyRefreshedAssembly

Gets the assembly that was refreshed.

System_CAPS_pubpropertyRefreshedTypes

Gets the types that were refreshed.

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

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: