Table of Contents

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 ExchangeInfo
connectionInfo ConnectionInfo
exchangeComplete bool
lastLocation BreakPointLocation
currentHit BreakPointLocation?
originFilter Filter

Properties

ConnectionInfo

public ConnectionInfo? ConnectionInfo { get; }

Property Value

ConnectionInfo

CurrentHit

public BreakPointLocation? CurrentHit { get; }

Property Value

BreakPointLocation?

Done

public bool Done { get; }

Property Value

bool

Exchange

public ExchangeInfo Exchange { get; }

Property Value

ExchangeInfo

ExchangeId

public int ExchangeId { get; }

Property Value

int

LastLocation

public BreakPointLocation LastLocation { get; }

Property Value

BreakPointLocation

OriginFilter

The filter that triggers this break point

public Filter OriginFilter { get; }

Property Value

Filter

StepInfos

public IEnumerable<BreakPointContextStepInfo> StepInfos { get; }

Property Value

IEnumerable<BreakPointContextStepInfo>