AssemblyDeletedEventArgs.DeletedAssembly Property
Gets the Assembly that has been deleted.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣告
Public ReadOnly Property DeletedAssembly As Assembly
public Assembly DeletedAssembly { get; }
Property Value
Type: System.Reflection.Assembly
An Assembly that has been deleted.
.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.