C# Class GuidGen.ConsoleExitStream

Stream reader to look for exit.
Inheritance: System.IO.TextReader
Afficher le fichier Open project: michaelmcdaniel/GuidgenConsole Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
ConsoleExitStream ( ) : System
CreateObjRef ( Type requestedType ) : System.Runtime.Remoting.ObjRef
Equals ( object obj ) : bool
GetHashCode ( ) : int
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadBlock ( char buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ConsoleExitStream() public méthode

public ConsoleExitStream ( ) : System
Résultat System

CreateObjRef() public méthode

public CreateObjRef ( Type requestedType ) : System.Runtime.Remoting.ObjRef
requestedType System.Type
Résultat System.Runtime.Remoting.ObjRef

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Peek() public méthode

public Peek ( ) : int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
Résultat int

ReadBlock() public méthode

public ReadBlock ( char buffer, int index, int count ) : int
buffer char
index int
count int
Résultat int

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string