C# Class UIAutomation.WizardRunCmdletBase

Description of WizardRunCmdletBase.
Inheritance: WizardCmdletBase
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Свойство Type Description
GetStepParameters object[]
InterruptOnTimeoutExpiration bool
RunCurrentStepParameters void

Méthodes publiques

Méthode Description
WizardRunCmdletBase ( ) : System.Threading

Méthodes protégées

Méthode Description
RunWizardInAutomaticMode ( WizardRunCmdletBase cmdlet, Wizard wizard ) : void

Private Methods

Méthode Description
GetStepParameters ( Wizard wizard, WizardStep currentStep ) : object[]
InterruptOnTimeoutExpiration ( WizardRunCmdletBase cmdlet, Wizard wizard ) : bool
RunCurrentStepParameters ( WizardRunCmdletBase cmdlet, Wizard wizard, WizardStep currentStep, object currentParameters ) : void

Method Details

RunWizardInAutomaticMode() protected méthode

protected RunWizardInAutomaticMode ( WizardRunCmdletBase cmdlet, Wizard wizard ) : void
cmdlet WizardRunCmdletBase
wizard Wizard
Résultat void

WizardRunCmdletBase() public méthode

public WizardRunCmdletBase ( ) : System.Threading
Résultat System.Threading