DebuggerInteractionEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an event recorded from a users's interaction in the debugger. The DebuggerInteractionEvent is one of the events in the DiagnosticChain or DiagnosticStreamChain.
public ref class DebuggerInteractionEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public ref class DebuggerInteractionEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
class DebuggerInteractionEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public sealed class DebuggerInteractionEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type DebuggerInteractionEvent = class
inherit OrdinalEvent
Public NotInheritable Class DebuggerInteractionEvent
Inherits OrdinalEvent
- Inheritance
Properties
Data |
Gets the list of IDataElements recorded as part of the debugger interaction. |
DebuggerInteractionSource |
Gets the DebuggerInteractionSource where the debugger interaction originated. |
NativeThreadId |
Gets the native thread id for the thread where the DebuggerInteractionEvent occurred. |
Ordinal |
Gets or sets the ordinal value. (Inherited from OrdinalEvent) |
StackFrameIndex |
Gets the stack frame index for the frame on the stack where the DebuggerInteractionEvent occurred. |
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) |
GetHashCode() |
Gets a hash code for this OrdinalEvent. (Inherited from OrdinalEvent) |