DebuggerDisplayAttribute Members
.NET Framework 3.0
Determines how a class or field is displayed in the debugger variable windows.
The following tables list the members exposed by the DebuggerDisplayAttribute type.
| Name | Description | |
|---|---|---|
| DebuggerDisplayAttribute | Initializes a new instance of the DebuggerDisplayAttribute class. |
| Name | Description | |
|---|---|---|
| Name | Gets or sets the name to display in the debugger variable windows. |
| Target | Gets or sets the type of the attribute's target. |
| TargetTypeName | Gets or sets the type name of the attribute's target. |
| Type | Gets or sets the string to display in the type column of the debugger variable windows. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute.(inherited from Attribute) |
| Value | Gets the string to display in the value column of the debugger variable windows. |
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Returns a value indicating whether two instances of Attribute represent the same value. (inherited from Attribute) |
| GetCustomAttribute | Overloaded. Retrieves a custom attribute of a specified type applied to an assembly, module, type member, or method parameter. (inherited from Attribute) |
| GetCustomAttributes | Overloaded. Retrieves an array of the custom attributes applied to an assembly, module, type member, or method parameter. (inherited from Attribute) |
| GetHashCode | Returns the hash code for this instance. (inherited from Attribute) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (inherited from Attribute) |
| IsDefined | Overloaded. Determines whether any custom attributes of a specified type are applied to an assembly, module, type member, or method parameter. (inherited from Attribute) |
| Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (inherited from Attribute) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |