C# Class AndroidPlusPlus.VsDebugLauncher.DebugLauncherCommon

Inheritance: IDebugLauncher
Afficher le fichier Open project: webbju/android-plus-plus

Méthodes publiques

Méthode Description
CanLaunch ( int launchOptions ) : bool
DebugLauncherCommon ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.ProjectSystem
GetConnectionService ( ) : IDebuggerConnectionService
GetLaunchPropsFromProjectProperties ( string>.IDictionary projectProperties ) : LaunchProps[]
GetPrioritisedConnectedDevice ( ) : AndroidPlusPlus.Common.AndroidDevice
PrepareLaunch ( ) : void
StartWithDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary projectProperties ) : object
StartWithoutDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary projectProperties ) : object

Private Methods

Méthode Description
EvaluateProjectProperty ( string>.IDictionary projectProperties, string schema, string property ) : string
GetActiveConfiguration ( Project project ) : VCConfiguration
GetLaunchConfigurationFromProjectProperties ( string>.IDictionary projectProperties ) : LaunchConfiguration
InstallApplicationAsync ( AndroidPlusPlus.Common.AndroidDevice debuggingDevice, LaunchConfiguration launchConfig ) : void

Method Details

CanLaunch() public méthode

public CanLaunch ( int launchOptions ) : bool
launchOptions int
Résultat bool

DebugLauncherCommon() public méthode

public DebugLauncherCommon ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.ProjectSystem
serviceProvider IServiceProvider
Résultat Microsoft.VisualStudio.ProjectSystem

GetConnectionService() public méthode

public GetConnectionService ( ) : IDebuggerConnectionService
Résultat IDebuggerConnectionService

GetLaunchPropsFromProjectProperties() public méthode

public GetLaunchPropsFromProjectProperties ( string>.IDictionary projectProperties ) : LaunchProps[]
projectProperties string>.IDictionary
Résultat LaunchProps[]

GetPrioritisedConnectedDevice() public méthode

public GetPrioritisedConnectedDevice ( ) : AndroidPlusPlus.Common.AndroidDevice
Résultat AndroidPlusPlus.Common.AndroidDevice

PrepareLaunch() public méthode

public PrepareLaunch ( ) : void
Résultat void

StartWithDebugging() public méthode

public StartWithDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary projectProperties ) : object
launchOptions int
launchConfig LaunchConfiguration
launchProps LaunchProps
projectProperties string>.IDictionary
Résultat object

StartWithoutDebugging() public méthode

public StartWithoutDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary projectProperties ) : object
launchOptions int
launchConfig LaunchConfiguration
launchProps LaunchProps
projectProperties string>.IDictionary
Résultat object