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)
Syntax
'Declaration
Public Sub New ( _
assembly As Assembly, _
types As Type() _
)
public AssemblyRefreshedEventArgs(
Assembly assembly,
Type[] types
)
public:
AssemblyRefreshedEventArgs(
Assembly^ assembly,
array<Type^>^ types
)
new :
assembly:Assembly *
types:Type[] -> AssemblyRefreshedEventArgs
public function AssemblyRefreshedEventArgs(
assembly : Assembly,
types : Type[]
)
Parameters
assembly
Type: AssemblyThe assembly that has been refreshed.
types
Type: array<Type[]An array of Type containing objects for all the types defined in this assembly that have been refreshed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AssemblyRefreshedEventArgs Class