C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.RDebugLaunchProvider

Inheritance: DebugLaunchProviderBase
Afficher le fichier Open project: Microsoft/RTVS

Private Properties

Свойство Type Description
GetRemoteSettingsFile string
GetStartupFileAsync Task
RDebugLaunchProvider System
SendProjectAsync Task
SourceFileAsync Task

Méthodes publiques

Méthode Description
CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
LaunchAsync ( DebugLaunchOptions launchOptions ) : Task
QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task>

Private Methods

Méthode Description
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

Method Details

CanLaunchAsync() public méthode

public CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
launchOptions DebugLaunchOptions
Résultat Task

LaunchAsync() public méthode

public LaunchAsync ( DebugLaunchOptions launchOptions ) : Task
launchOptions DebugLaunchOptions
Résultat Task

QueryDebugTargetsAsync() public méthode

public QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task>
launchOptions DebugLaunchOptions
Résultat Task>