C# 클래스 Microsoft.Scripting.Debugging.DefaultDebugThreadFactory

Default implementation of IDebugThreadFactory, which uses DLR's RuntimeVariablesExpression for lifting locals.
상속: IDebugThreadFactory
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
CreateDebugThread ( Microsoft debugContext ) : DebugThread
CreatePushFrameExpression ( System.Linq.Expressions functionInfo, System.Linq.Expressions debugMarker, IList locals, IList varInfos, System.Linq.Expressions runtimeThread ) : Expression

메소드 상세

CreateDebugThread() 공개 메소드

public CreateDebugThread ( Microsoft debugContext ) : DebugThread
debugContext Microsoft
리턴 DebugThread

CreatePushFrameExpression() 공개 메소드

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
리턴 System.Linq.Expressions.Expression