Class BreakPointContextInfo
- Namespace
- Fluxzy.Core.Breakpoints
- Assembly
- Fluxzy.Core.dll
public class BreakPointContextInfo
- Inheritance
-
BreakPointContextInfo
- Inherited Members
Constructors
BreakPointContextInfo(IDictionary<BreakPointLocation, IBreakPointAlterationModel>, ExchangeInfo, ConnectionInfo?, bool, BreakPointLocation, BreakPointLocation?, Filter)
public BreakPointContextInfo(IDictionary<BreakPointLocation, IBreakPointAlterationModel> currentModels, ExchangeInfo exchange, ConnectionInfo? connectionInfo, bool exchangeComplete, BreakPointLocation lastLocation, BreakPointLocation? currentHit, Filter originFilter)
Parameters
currentModels
IDictionary<BreakPointLocation, IBreakPointAlterationModel>exchange
ExchangeInfoconnectionInfo
ConnectionInfoexchangeComplete
boollastLocation
BreakPointLocationcurrentHit
BreakPointLocation?originFilter
Filter
Properties
ConnectionInfo
public ConnectionInfo? ConnectionInfo { get; }
Property Value
CurrentHit
public BreakPointLocation? CurrentHit { get; }
Property Value
Done
public bool Done { get; }
Property Value
Exchange
public ExchangeInfo Exchange { get; }
Property Value
ExchangeId
public int ExchangeId { get; }
Property Value
LastLocation
public BreakPointLocation LastLocation { get; }
Property Value
OriginFilter
The filter that triggers this break point
public Filter OriginFilter { get; }
Property Value
StepInfos
public IEnumerable<BreakPointContextStepInfo> StepInfos { get; }