AssemblyRefreshedEventArgs.RefreshedAssembly Property
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.
Gets the assembly that was refreshed.
public:
property System::Reflection::Assembly ^ RefreshedAssembly { System::Reflection::Assembly ^ get(); };
public System.Reflection.Assembly RefreshedAssembly { get; }
member this.RefreshedAssembly : System.Reflection.Assembly
Public ReadOnly Property RefreshedAssembly As Assembly
Property Value
The Assembly that was refreshed.