DecoratedNameAttribute Class
.NET Framework 3.0
NOTE: This class is now obsolete.
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)
[AttributeUsageAttribute(AttributeTargets.All)] [ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")] public sealed class DecoratedNameAttribute : Attribute
/** @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
Not applicable.
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: