AssemblyObsoleteEventArgs.ObsoleteAssembly 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 become obsolete.
public:
property System::Reflection::Assembly ^ ObsoleteAssembly { System::Reflection::Assembly ^ get(); };
public System.Reflection.Assembly ObsoleteAssembly { get; }
member this.ObsoleteAssembly : System.Reflection.Assembly
Public ReadOnly Property ObsoleteAssembly As Assembly
Property Value
An Assembly that has become obsolete.