ResolvedDiagnosticEvent Class

Definition

Describes a DiagnosticEvent and decodes the raw data that was collected at the point.

public ref class ResolvedDiagnosticEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public ref class ResolvedDiagnosticEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
class ResolvedDiagnosticEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public sealed class ResolvedDiagnosticEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type ResolvedDiagnosticEvent = class
    inherit OrdinalEvent
Public NotInheritable Class ResolvedDiagnosticEvent
Inherits OrdinalEvent
Inheritance
ResolvedDiagnosticEvent

Constructors

ResolvedDiagnosticEvent(IntelliTraceProcess, DiagnosticEvent)

Initializes a new instance of the ResolvedDiagnosticEvent class.

Properties

CategoryId

Gets the category id associated with this DiagnosticEvent as described in the collection plan. Returns an empty string if no category id is found.

DataQueryLongDescriptionFormatString

Gets the long description format string associated with the data query for this DiagnosticEvent as described in the collection plan. If DataQueryType is not DataQuery an empty string is returned.

DataQueryShortDescriptionFormatString

Gets the short description format string associated with the data query for this DiagnosticEvent as described in the collection plan. If DataQueryType is not DataQuery an empty string is returned.

DataQueryType

Gets the DiagnosticEventDataQueryType used to record this DiagnosticEvent.

DiagnosticEvent

Gets the original DiagnosticEvent.

Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)

Methods

Compare(OrdinalEvent, OrdinalEvent)

Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(Object)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(OrdinalEvent)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
Equals(Object)

Determines whether the specified object is equal to the current OrdinalEvent.

(Inherited from OrdinalEvent)
GetData()

Gets the IDataElements collected with this DiagnosticEvent.

GetHashCode()

Gets a hash code for this OrdinalEvent.

(Inherited from OrdinalEvent)
GetLongDescription()

Gets the formatted long description for this DiagnosticEvent. For a DataQuery, the formatted long description is created by combining the long description format string with the collected data. For a ProgrammableDataQuery, the programmable data query provides the formatted long description.

GetShortDescription()

Gets the formatted short description for this DiagnosticEvent. For a DataQuery, the formatted short description is created by combining the short description format string with the collected data. For a ProgrammableDataQuery, the programmable data query provides the formatted short description.

Applies to