Share via


AssemblyRefreshedEventArgs.RefreshedTypes Property

Definition

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.

Applies to