Search Results for

    Show / Hide Table of Contents

    Class DebuggerBrowsableAttribute

    Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited.

    Inheritance
    object
    Attribute
    DebuggerBrowsableAttribute
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: System.Diagnostics
    Assembly: mscorlib.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
    public sealed class DebuggerBrowsableAttribute : Attribute

    Constructors

    DebuggerBrowsableAttribute(DebuggerBrowsableState)

    Initializes a new instance of the DebuggerBrowsableAttribute class.

    Declaration
    public DebuggerBrowsableAttribute(DebuggerBrowsableState state)
    Parameters
    Type Name Description
    DebuggerBrowsableState state

    One of the DebuggerBrowsableState values that specifies how to display the member.

    Exceptions
    Type Condition
    ArgumentOutOfRangeException

    Properties

    State

    Gets the display state for the attribute.

    Declaration
    public DebuggerBrowsableState State { get; }
    Property Value
    Type Description
    DebuggerBrowsableState

    One of the DebuggerBrowsableState values.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX