Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | bool |
public DebugLauncherCommon ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.ProjectSystem | ||
serviceProvider | IServiceProvider | |
Результат | Microsoft.VisualStudio.ProjectSystem |
public GetConnectionService ( ) : IDebuggerConnectionService | ||
Результат | IDebuggerConnectionService |
public GetLaunchPropsFromProjectProperties ( string>.IDictionary |
||
projectProperties | string>.IDictionary | |
Результат | LaunchProps[] |
public GetPrioritisedConnectedDevice ( ) : AndroidPlusPlus.Common.AndroidDevice | ||
Результат | AndroidPlusPlus.Common.AndroidDevice |
public StartWithDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary |
||
launchOptions | int | |
launchConfig | LaunchConfiguration | |
launchProps | LaunchProps | |
projectProperties | string>.IDictionary | |
Результат | object |
public StartWithoutDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary |
||
launchOptions | int | |
launchConfig | LaunchConfiguration | |
launchProps | LaunchProps | |
projectProperties | string>.IDictionary | |
Результат | object |