AssemblyRefreshedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An event that is raised when an assembly has been refreshed.
public ref class AssemblyRefreshedEventArgs sealed : EventArgs
public sealed class AssemblyRefreshedEventArgs : EventArgs
type AssemblyRefreshedEventArgs = class
inherit EventArgs
Public NotInheritable Class AssemblyRefreshedEventArgs
Inherits EventArgs
- Inheritance
-
AssemblyRefreshedEventArgs
Constructors
AssemblyRefreshedEventArgs(Assembly, Type[]) |
Initializes a new instance of AssemblyRefreshedEventArgs containing an array of changed types. |
AssemblyRefreshedEventArgs(Assembly) |
Initializes a new instance of AssemblyRefreshedEventArgs. |
Properties
RefreshedAssembly |
Gets the assembly that was refreshed. |
RefreshedTypes |
Gets the types that were refreshed. |