C# Class UIAutomation.EventCmdletBase

Description of HasScriptBlockCmdletBase.
Inheritance: HasControlInputCmdletBase
显示文件 Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EventCmdletBase ( ) : System.Management.Automation

Protected Methods

Method Description
ProcessRecord ( ) : void

Processes the pipeline.

Method Details

EventCmdletBase() public method

public EventCmdletBase ( ) : System.Management.Automation
return System.Management.Automation

ProcessRecord() protected method

Processes the pipeline.
protected ProcessRecord ( ) : void
return void