DiagnosticsNode

Abstract Class

Static Fields

Properties

AllowNameWrap: bool
AllowTruncate: bool
AllowWrap: bool
EmptyBodyDescription: string
LinePrefix: string
Name: string
ShowName: bool
ShowSeparator: bool
Style: Nullable<DiagnosticsTreeStyle>
TextTreeConfiguration: TextTreeConfiguration
Value: object

Constructors

DiagnosticsNode(name: string, style: Nullable<DiagnosticsTreeStyle>, showName: bool, showSeparator: bool, linePrefix: string)

Static Methods

Message(message: string, style: DiagnosticsTreeStyle, level: DiagnosticLevel, allowWrap: bool): DiagnosticsNode

Instance Methods

IsFiltered(minLevel: DiagnosticLevel): bool
ToStringDeep(prefixLineOne: string, prefixOtherLines: string, parentConfiguration: TextTreeConfiguration, minLevel: DiagnosticLevel, wrapWidth: int): string
ToString(): string
GetChildren(): List<DiagnosticsNode>
GetProperties(): List<DiagnosticsNode>
ToDescription(parentConfiguration: TextTreeConfiguration): string

Inherited Members

Extension Methods

DescribeIdentityShortHashToStringNullable

On this page