C# Class Tp.Integration.Plugin.TestRunImport.Utils.TextPeeker

Inheritance: IDisposable
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Match ( string s ) : bool
Push ( char s ) : void
Push ( string s ) : void
Read ( ) : bool
Read ( int count ) : bool
TextPeeker ( TextReader reader ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Match() public méthode

public Match ( string s ) : bool
s string
Résultat bool

Push() public méthode

public Push ( char s ) : void
s char
Résultat void

Push() public méthode

public Push ( string s ) : void
s string
Résultat void

Read() public méthode

public Read ( ) : bool
Résultat bool

Read() public méthode

public Read ( int count ) : bool
count int
Résultat bool

TextPeeker() public méthode

public TextPeeker ( TextReader reader ) : System
reader TextReader
Résultat System