C# 클래스 Microsoft.R.Components.Test.PackageManager.TestRepositories

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
GetRepoPath ( TestFilesFixture testFiles ) : string
SetCranRepoAsync ( IRExpressionEvaluator eval ) : System.Threading.Tasks.Task
SetLocalRepoAsync ( IRExpressionEvaluator eval, TestFilesFixture testFiles ) : System.Threading.Tasks.Task
SetLocalRepoAsync ( IRExpressionEvaluator eval, string localRepoPath ) : System.Threading.Tasks.Task

메소드 상세

GetRepoPath() 공개 정적인 메소드

public static GetRepoPath ( TestFilesFixture testFiles ) : string
testFiles TestFilesFixture
리턴 string

SetCranRepoAsync() 공개 정적인 메소드

public static SetCranRepoAsync ( IRExpressionEvaluator eval ) : System.Threading.Tasks.Task
eval IRExpressionEvaluator
리턴 System.Threading.Tasks.Task

SetLocalRepoAsync() 공개 정적인 메소드

public static SetLocalRepoAsync ( IRExpressionEvaluator eval, TestFilesFixture testFiles ) : System.Threading.Tasks.Task
eval IRExpressionEvaluator
testFiles TestFilesFixture
리턴 System.Threading.Tasks.Task

SetLocalRepoAsync() 공개 정적인 메소드

public static SetLocalRepoAsync ( IRExpressionEvaluator eval, string localRepoPath ) : System.Threading.Tasks.Task
eval IRExpressionEvaluator
localRepoPath string
리턴 System.Threading.Tasks.Task