AssemblyDeletedEventArgs Constructor (Assembly^, array<Type^>^)
Visual Studio 2015
Initializes a new instance of the AssemblyDeletedEventArgs class for the supplied assembly and types.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- assembly
-
Type:
System.Reflection::Assembly^
The assembly that has been deleted.
- 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. |
Show: