C# 클래스 AndroidPlusPlus.VsDebugLauncher.DebugLauncherCommon

상속: IDebugLauncher
파일 보기 프로젝트 열기: webbju/android-plus-plus

공개 메소드들

메소드 설명
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