C# Class UIAutomation.TranscriptCmdletBase

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

Méthodes publiques

Свойство Type Description
LastRecordedItem List
RecordingPatterns System.Collections.ArrayList

Protected Properties

Свойство Type Description
thePreviouslyUsedElement IUiElement

Private Properties

Свойство Type Description
StopProcessing void

Méthodes publiques

Méthode Description
TranscriptCmdletBase ( ) : System
WritingRecord ( List recordingItemCode, object recordingItemPatterns, StreamWriter writerToLongFile, StreamWriter writerToShortFile ) : string

Private Methods

Méthode Description
StopProcessing ( ) : void

Method Details

TranscriptCmdletBase() public méthode

public TranscriptCmdletBase ( ) : System
Résultat System

WritingRecord() public méthode

public WritingRecord ( List recordingItemCode, object recordingItemPatterns, StreamWriter writerToLongFile, StreamWriter writerToShortFile ) : string
recordingItemCode List
recordingItemPatterns object
writerToLongFile System.IO.StreamWriter
writerToShortFile System.IO.StreamWriter
Résultat string

Property Details

LastRecordedItem public_oe property

public List LastRecordedItem
Résultat List

RecordingPatterns public_oe property

public ArrayList,System.Collections RecordingPatterns
Résultat System.Collections.ArrayList

thePreviouslyUsedElement protected_oe property

protected IUiElement thePreviouslyUsedElement
Résultat IUiElement