C# 클래스 UIAutomation.TranscriptCmdletBase

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

공개 프로퍼티들

프로퍼티 타입 설명
LastRecordedItem List
RecordingPatterns System.Collections.ArrayList

보호된 프로퍼티들

프로퍼티 타입 설명
thePreviouslyUsedElement IUiElement

Private Properties

프로퍼티 타입 설명
StopProcessing void

공개 메소드들

메소드 설명
TranscriptCmdletBase ( ) : System
WritingRecord ( List recordingItemCode, object recordingItemPatterns, StreamWriter writerToLongFile, StreamWriter writerToShortFile ) : string

비공개 메소드들

메소드 설명
StopProcessing ( ) : void

메소드 상세

TranscriptCmdletBase() 공개 메소드

public TranscriptCmdletBase ( ) : System
리턴 System

WritingRecord() 공개 메소드

public WritingRecord ( List recordingItemCode, object recordingItemPatterns, StreamWriter writerToLongFile, StreamWriter writerToShortFile ) : string
recordingItemCode List
recordingItemPatterns object
writerToLongFile System.IO.StreamWriter
writerToShortFile System.IO.StreamWriter
리턴 string

프로퍼티 상세

LastRecordedItem 공개적으로 프로퍼티

public List LastRecordedItem
리턴 List

RecordingPatterns 공개적으로 프로퍼티

public ArrayList,System.Collections RecordingPatterns
리턴 System.Collections.ArrayList

thePreviouslyUsedElement 보호되어 있는 프로퍼티

protected IUiElement thePreviouslyUsedElement
리턴 IUiElement