Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As AssemblyDeletedEventArgs
Dim value As [Assembly]
value = instance.DeletedAssembly
public Assembly DeletedAssembly { get; }
public:
property Assembly^ DeletedAssembly {
Assembly^ get ();
}
public 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.
See Also
Reference
AssemblyDeletedEventArgs Class