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 become obsolete.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public ReadOnly Property ObsoleteAssembly As Assembly
public Assembly ObsoleteAssembly { get; }
public:
property Assembly^ ObsoleteAssembly {
Assembly^ get ();
}
member ObsoleteAssembly : Assembly
function get ObsoleteAssembly () : Assembly
Property Value
Type: System.Reflection.Assembly
An Assembly that has become obsolete.
.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.