C# 클래스 Tp.Integration.Plugin.TestRunImport.Utils.TextPeeker

상속: IDisposable
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Match ( string s ) : bool
Push ( char s ) : void
Push ( string s ) : void
Read ( ) : bool
Read ( int count ) : bool
TextPeeker ( TextReader reader ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Match() 공개 메소드

public Match ( string s ) : bool
s string
리턴 bool

Push() 공개 메소드

public Push ( char s ) : void
s char
리턴 void

Push() 공개 메소드

public Push ( string s ) : void
s string
리턴 void

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( int count ) : bool
count int
리턴 bool

TextPeeker() 공개 메소드

public TextPeeker ( TextReader reader ) : System
reader TextReader
리턴 System