DebugInfoInPDBAttribute Class
.NET Framework 3.0
NOTE: This class is now obsolete. The non-obsolete alternative is .
An attribute applied to native classes that tells the debugger to look up field information in the pdb rather than in metadata. 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 DebugInfoInPDBAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.All) */
/** @attribute ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.") */
public final class DebugInfoInPDBAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.All) ObsoleteAttribute("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.") public final class DebugInfoInPDBAttribute 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: