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

 

Initializes a new instance of the AssemblyObsoleteEventArgs class.

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

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

Parameters

assembly
Type: System.Reflection::Assembly^

A dynamic assembly that may have changed.

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

An array of Type containing objects for all the types defined in this assembly.

Exception Condition
ArgumentNullException

assembly is null.

-or-

types is null.

Return to top
Show: