AssemblyRefreshedEventArgs.RefreshedTypes 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 types that were refreshed.
public:
property cli::array <Type ^> ^ RefreshedTypes { cli::array <Type ^> ^ get(); };
public:
property Platform::Array <Platform::Type ^> ^ RefreshedTypes { Platform::Array <Platform::Type ^> ^ get(); };
public Type[] RefreshedTypes { get; }
member this.RefreshedTypes : Type[]
Public ReadOnly Property RefreshedTypes As Type()
Property Value
Type[]
An array of types.