AssemblyDeletedEventArgs.DeletedAssembly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Assembly that has been deleted.
public:
property System::Reflection::Assembly ^ DeletedAssembly { System::Reflection::Assembly ^ get(); };
public System.Reflection.Assembly DeletedAssembly { get; }
member this.DeletedAssembly : System.Reflection.Assembly
Public ReadOnly Property DeletedAssembly As Assembly
Property Value
An Assembly that has been deleted.