class DebuggerDisplayAttribute

in global :: System . Diagnostics

Determines how a class or field is displayed in the debugger variable windows.


public DebuggerDisplayAttribute( string value )

Initializes a new instance of the class.

  • value The string to be displayed in the value column for instances of the type; an empty string ("") causes the value column to be hidden.

public string Name { get; set; }

Gets or sets the name to display in the debugger variable windows.

  • Returns The name to display in the debugger variable windows.

public Type Target { get; set; }

Gets or sets the type of the attribute's target.

  • Returns The attribute's target type.

public string TargetTypeName { get; set; }

Gets or sets the type name of the attribute's target.

  • Returns The name of the attribute's target type.

public string Type { get; set; }

Gets or sets the string to display in the type column of the debugger variable windows.

  • Returns The string to display in the type column of the debugger variable windows.

public string Value { get; }

Gets the string to display in the value column of the debugger variable windows.

  • Returns The string to display in the value column of the debugger variable.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.