C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.RDebugLaunchProvider

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

Private Properties

프로퍼티 타입 설명
GetRemoteSettingsFile string
GetStartupFileAsync Task
RDebugLaunchProvider System
SendProjectAsync Task
SourceFileAsync Task

공개 메소드들

메소드 설명
CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
LaunchAsync ( DebugLaunchOptions launchOptions ) : Task
QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task>

비공개 메소드들

메소드 설명
GetRemoteSettingsFile ( string localSettingsPath, string localProjectPath, string remoteProjectPath ) : string
GetStartupFileAsync ( bool transferFiles, EnvDTE project ) : Task
RDebugLaunchProvider ( ConfiguredProject configuredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider, IProjectSystemServices pss ) : System
SendProjectAsync ( EnvDTE project, string remotePath, string filterString, CancellationToken cancellationToken ) : Task
SourceFileAsync ( bool transferFiles, string file, string errorMessage ) : Task

메소드 상세

CanLaunchAsync() 공개 메소드

public CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
launchOptions DebugLaunchOptions
리턴 Task

LaunchAsync() 공개 메소드

public LaunchAsync ( DebugLaunchOptions launchOptions ) : Task
launchOptions DebugLaunchOptions
리턴 Task

QueryDebugTargetsAsync() 공개 메소드

public QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task>
launchOptions DebugLaunchOptions
리턴 Task>