C# Class System.IO.TextReader.TextReader

Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
Null TextReader

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Peek ( ) : int
Read ( ) : int
Read ( [ buffer, int index, int count ) : int
ReadBlock ( [ buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string
Synchronized ( TextReader reader ) : TextReader

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
System ( ) : void
TextReader ( ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

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 ( [ buffer, int index, int count ) : int
buffer [
index int
count int
Résultat int

ReadBlock() public méthode

public ReadBlock ( [ buffer, int index, int count ) : int
buffer [
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

Synchronized() public static méthode

public static Synchronized ( TextReader reader ) : TextReader
reader TextReader
Résultat TextReader

Property Details

Null public_oe static_oe property

public static TextReader,System.IO Null
Résultat TextReader