Méthode | Description | |
---|---|---|
CanLaunch ( int launchOptions ) : bool | ||
DebugLauncherCommon ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.ProjectSystem | ||
GetConnectionService ( ) : IDebuggerConnectionService | ||
GetLaunchPropsFromProjectProperties ( string>.IDictionary |
||
GetPrioritisedConnectedDevice ( ) : AndroidPlusPlus.Common.AndroidDevice | ||
PrepareLaunch ( ) : void | ||
StartWithDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary |
||
StartWithoutDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary |
Méthode | Description | |
---|---|---|
EvaluateProjectProperty ( string>.IDictionary |
||
GetActiveConfiguration ( Project project ) : VCConfiguration | ||
GetLaunchConfigurationFromProjectProperties ( string>.IDictionary |
||
InstallApplicationAsync ( AndroidPlusPlus.Common.AndroidDevice debuggingDevice, LaunchConfiguration launchConfig ) : void |
public CanLaunch ( int launchOptions ) : bool | ||
launchOptions | int | |
Résultat | bool |
public DebugLauncherCommon ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.ProjectSystem | ||
serviceProvider | IServiceProvider | |
Résultat | Microsoft.VisualStudio.ProjectSystem |
public GetConnectionService ( ) : IDebuggerConnectionService | ||
Résultat | IDebuggerConnectionService |
public GetLaunchPropsFromProjectProperties ( string>.IDictionary |
||
projectProperties | string>.IDictionary | |
Résultat | LaunchProps[] |
public GetPrioritisedConnectedDevice ( ) : AndroidPlusPlus.Common.AndroidDevice | ||
Résultat | AndroidPlusPlus.Common.AndroidDevice |
public StartWithDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary |
||
launchOptions | int | |
launchConfig | LaunchConfiguration | |
launchProps | LaunchProps | |
projectProperties | string>.IDictionary | |
Résultat | object |
public StartWithoutDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary |
||
launchOptions | int | |
launchConfig | LaunchConfiguration | |
launchProps | LaunchProps | |
projectProperties | string>.IDictionary | |
Résultat | object |