AssemblyRefreshedEventArgs Class
Visual Studio 2015
An event that is raised when an assembly has been refreshed.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | AssemblyRefreshedEventArgs(Assembly) | Initializes a new instance of AssemblyRefreshedEventArgs. |
![]() | AssemblyRefreshedEventArgs(Assembly, Type[]) | Initializes a new instance of AssemblyRefreshedEventArgs containing an array of changed types. |
| Name | Description | |
|---|---|---|
![]() | RefreshedAssembly | Gets the assembly that was refreshed. |
![]() | RefreshedTypes | Gets the types that were refreshed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

