C# Class UIAutomation.HotkeyCmdletBase

Description of HotkeyCmdletBase.
Inheritance: HasScriptBlockCmdletBase
ファイルを表示 Open project: apetrovskiy/STUPS

Protected Properties

Property Type Description
keyCodes List

Public Methods

Method Description
HotkeyCmdletBase ( ) : System.Collections.Generic

Protected Methods

Method Description
processKeys ( ) : void

Method Details

HotkeyCmdletBase() public method

public HotkeyCmdletBase ( ) : System.Collections.Generic
return System.Collections.Generic

processKeys() protected method

protected processKeys ( ) : void
return void

Property Details

keyCodes protected_oe property

protected List keyCodes
return List