Class SetBreakpointResult
public sealed record SetBreakpointResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetBreakpointResult>
- Inheritance
-
EmptyResultSetBreakpointResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SetBreakpointResult(BreakpointId, Location)
public SetBreakpointResult(BreakpointId BreakpointId, Location ActualLocation)
Parameters
BreakpointIdBreakpointIdId of the created breakpoint for further reference.
ActualLocationLocationLocation this breakpoint resolved into.
Properties
ActualLocation
Location this breakpoint resolved into.
public Location ActualLocation { get; init; }
Property Value
BreakpointId
Id of the created breakpoint for further reference.
public BreakpointId BreakpointId { get; init; }