AssemblyRefreshedEventArgs Constructor (Assembly^, array<Type^>^)

 

Initializes a new instance of AssemblyRefreshedEventArgs containing an array of changed types.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
AssemblyRefreshedEventArgs(
	Assembly^ assembly,
	array<Type^>^ types
)

Parameters

assembly
Type: System.Reflection::Assembly^

The assembly that has been refreshed.

types
Type: array<System::Type^>^

An array of Type containing objects for all the types defined in this assembly that have been refreshed.

Return to top
Show: