DeveloperDashboardLauncher Class

A dashboard control that is rendered at run time on SharePoint Foundation page, when enabled. It displays page and component performance statistics for use in troubleshooting problems and optimizing performance.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.HyperLink
        Microsoft.SharePoint.WebControls.ClusteredHyperlink
          Microsoft.SharePoint.WebControls.DeveloperDashboardLauncher

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class DeveloperDashboardLauncher _
    Inherits ClusteredHyperlink
'Usage
Dim instance As DeveloperDashboardLauncher
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class DeveloperDashboardLauncher : ClusteredHyperlink

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DeveloperDashboardLauncher Members

Microsoft.SharePoint.WebControls Namespace