C# Class Microsoft.Scripting.Debugging.DefaultDebugThreadFactory

Default implementation of IDebugThreadFactory, which uses DLR's RuntimeVariablesExpression for lifting locals.
Inheritance: IDebugThreadFactory
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
CreateDebugThread ( Microsoft debugContext ) : DebugThread
CreatePushFrameExpression ( System.Linq.Expressions functionInfo, System.Linq.Expressions debugMarker, IList locals, IList varInfos, System.Linq.Expressions runtimeThread ) : Expression

Method Details

CreateDebugThread() public méthode

public CreateDebugThread ( Microsoft debugContext ) : DebugThread
debugContext Microsoft
Résultat DebugThread

CreatePushFrameExpression() public méthode

public CreatePushFrameExpression ( System.Linq.Expressions functionInfo, System.Linq.Expressions debugMarker, IList locals, IList varInfos, System.Linq.Expressions runtimeThread ) : Expression
functionInfo System.Linq.Expressions
debugMarker System.Linq.Expressions
locals IList
varInfos IList
runtimeThread System.Linq.Expressions
Résultat System.Linq.Expressions.Expression