C# 클래스 UIAutomation.WizardRunCmdletBase

Description of WizardRunCmdletBase.
상속: WizardCmdletBase
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetStepParameters object[]
InterruptOnTimeoutExpiration bool
RunCurrentStepParameters void

공개 메소드들

메소드 설명
WizardRunCmdletBase ( ) : System.Threading

보호된 메소드들

메소드 설명
RunWizardInAutomaticMode ( WizardRunCmdletBase cmdlet, Wizard wizard ) : void

비공개 메소드들

메소드 설명
GetStepParameters ( Wizard wizard, WizardStep currentStep ) : object[]
InterruptOnTimeoutExpiration ( WizardRunCmdletBase cmdlet, Wizard wizard ) : bool
RunCurrentStepParameters ( WizardRunCmdletBase cmdlet, Wizard wizard, WizardStep currentStep, object currentParameters ) : void

메소드 상세

RunWizardInAutomaticMode() 보호된 메소드

protected RunWizardInAutomaticMode ( WizardRunCmdletBase cmdlet, Wizard wizard ) : void
cmdlet WizardRunCmdletBase
wizard Wizard
리턴 void

WizardRunCmdletBase() 공개 메소드

public WizardRunCmdletBase ( ) : System.Threading
리턴 System.Threading