Class DebuggerAction
Wrapper for a debugger initiated action
Inheritance
System.Object
DebuggerAction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DebuggerAction
Constructors
DebuggerAction()
Properties
Action
The type of action
Declaration
public DebuggerAction.ActionType Action { get; set; }
Property Value
DebuggerAction.ActionType
|
Age
Gets the age of this debugger action
Declaration
public TimeSpan Age { get; }
Property Value
TimeSpan
|
Lines
Gets or sets the lines. This is used for the ResetBreakpoints and sets line-based bps only.
Declaration
public int[] Lines { get; set; }
Property Value
System.Int32[]
|
SourceCol
Gets or sets the source column this action refers to.
Declaration
public int SourceCol { get; set; }
Property Value
System.Int32
|
SourceID
Gets or sets the source identifier this action refers to. GetSourceCode(Int32)
Declaration
public int SourceID { get; set; }
Property Value
System.Int32
|
SourceLine
Gets or sets the source line this action refers to.
Declaration
public int SourceLine { get; set; }
Property Value
System.Int32
|
TimeStampUTC
Gets the time stamp UTC of this action
Declaration
public DateTime TimeStampUTC { get; }
Property Value
DateTime
|
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |
Overrides
System.Object.ToString()