DecoratedNameAttribute Class
.NET Framework 2.0
NOTE: This class is now obsolete. The non-obsolete alternative is System.Runtime.CompilerServices.DecoratedNameAttribute.
An attribute used by the compiler to pass the decorated name of a method to the linker. Namespace: Microsoft.VisualCAssembly: Microsoft.VisualC (in microsoft.visualc.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.All)> _ <ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")> _ Public NotInheritable Class DecoratedNameAttribute Inherits Attribute 'Usage Dim instance As DecoratedNameAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.All) */
/** @attribute ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.") */
public final class DecoratedNameAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.All) ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.") public final class DecoratedNameAttribute extends Attribute
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: