C# 클래스 AtspiUiaSourceTest.Base

파일 보기 프로젝트 열기: mono/uia2atk

보호된 프로퍼티들

프로퍼티 타입 설명
source AtspiUiaSource.AutomationSource

공개 메소드들

메소드 설명
Base ( ) : System
GetAppPath ( string filename ) : string
StartApplication ( string name ) : void

보호된 메소드들

메소드 설명
FindApplication ( string name ) : IElement
GetApplication ( string filename ) : IElement
GetApplication ( string filename, string name ) : IElement

비공개 메소드들

메소드 설명
TearDown ( ) : void

메소드 상세

Base() 공개 메소드

public Base ( ) : System
리턴 System

FindApplication() 보호된 메소드

protected FindApplication ( string name ) : IElement
name string
리턴 IElement

GetAppPath() 공개 정적인 메소드

public static GetAppPath ( string filename ) : string
filename string
리턴 string

GetApplication() 보호된 메소드

protected GetApplication ( string filename ) : IElement
filename string
리턴 IElement

GetApplication() 보호된 메소드

protected GetApplication ( string filename, string name ) : IElement
filename string
name string
리턴 IElement

StartApplication() 공개 메소드

public StartApplication ( string name ) : void
name string
리턴 void

프로퍼티 상세

source 보호되어 있는 프로퍼티

protected AutomationSource,AtspiUiaSource source
리턴 AtspiUiaSource.AutomationSource