C# Класс AndroidPlusPlus.VsDebugLauncher.DebugLauncherCommon

Наследование: IDebugLauncher
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

CanLaunch() публичный Метод

public CanLaunch ( int launchOptions ) : bool
launchOptions int
Результат bool

DebugLauncherCommon() публичный Метод

public DebugLauncherCommon ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.ProjectSystem
serviceProvider IServiceProvider
Результат Microsoft.VisualStudio.ProjectSystem

GetConnectionService() публичный Метод

public GetConnectionService ( ) : IDebuggerConnectionService
Результат IDebuggerConnectionService

GetLaunchPropsFromProjectProperties() публичный Метод

public GetLaunchPropsFromProjectProperties ( string>.IDictionary projectProperties ) : LaunchProps[]
projectProperties string>.IDictionary
Результат LaunchProps[]

GetPrioritisedConnectedDevice() публичный Метод

public GetPrioritisedConnectedDevice ( ) : AndroidPlusPlus.Common.AndroidDevice
Результат AndroidPlusPlus.Common.AndroidDevice

PrepareLaunch() публичный Метод

public PrepareLaunch ( ) : void
Результат void

StartWithDebugging() публичный Метод

public StartWithDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary projectProperties ) : object
launchOptions int
launchConfig LaunchConfiguration
launchProps LaunchProps
projectProperties string>.IDictionary
Результат object

StartWithoutDebugging() публичный Метод

public StartWithoutDebugging ( int launchOptions, LaunchConfiguration launchConfig, LaunchProps launchProps, string>.IDictionary projectProperties ) : object
launchOptions int
launchConfig LaunchConfiguration
launchProps LaunchProps
projectProperties string>.IDictionary
Результат object