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
'Declaration
Public ReadOnly Property DeletedAssembly As Assembly
public Assembly DeletedAssembly { get; }
public:
property Assembly^ DeletedAssembly {
Assembly^ get ();
}
member DeletedAssembly : Assembly with get
function get DeletedAssembly () : Assembly
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.