C# 클래스 Microsoft.R.Host.Client.Test.RSessionExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
CreateBreakpointAsync ( this tracer, SourceFile sf, int lineNumber ) : Task
NextPromptShouldBeBrowseAsync ( this session ) : System.Threading.Tasks.Task
ShouldBeAtAsync ( this session, RSourceLocation location, int offset ) : System.Threading.Tasks.Task
ShouldBeAtAsync ( this session, string fileName, int lineNumber ) : System.Threading.Tasks.Task
ShouldHaveTracebackAsync ( this session, TracebackBuilder builder ) : Task

메소드 상세

CreateBreakpointAsync() 공개 정적인 메소드

public static CreateBreakpointAsync ( this tracer, SourceFile sf, int lineNumber ) : Task
tracer this
sf SourceFile
lineNumber int
리턴 Task

NextPromptShouldBeBrowseAsync() 공개 정적인 메소드

public static NextPromptShouldBeBrowseAsync ( this session ) : System.Threading.Tasks.Task
session this
리턴 System.Threading.Tasks.Task

ShouldBeAtAsync() 공개 정적인 메소드

public static ShouldBeAtAsync ( this session, RSourceLocation location, int offset ) : System.Threading.Tasks.Task
session this
location RSourceLocation
offset int
리턴 System.Threading.Tasks.Task

ShouldBeAtAsync() 공개 정적인 메소드

public static ShouldBeAtAsync ( this session, string fileName, int lineNumber ) : System.Threading.Tasks.Task
session this
fileName string
lineNumber int
리턴 System.Threading.Tasks.Task

ShouldHaveTracebackAsync() 공개 정적인 메소드

public static ShouldHaveTracebackAsync ( this session, TracebackBuilder builder ) : Task
session this
builder TracebackBuilder
리턴 Task