Class SetBreakpointOnFunctionCallResult
public sealed record SetBreakpointOnFunctionCallResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetBreakpointOnFunctionCallResult>
- Inheritance
-
EmptyResultSetBreakpointOnFunctionCallResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SetBreakpointOnFunctionCallResult(BreakpointId)
public SetBreakpointOnFunctionCallResult(BreakpointId BreakpointId)
Parameters
BreakpointIdBreakpointIdId of the created breakpoint for further reference.
Properties
BreakpointId
Id of the created breakpoint for further reference.
public BreakpointId BreakpointId { get; init; }