C# Class System.IO.TextReader

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadAsync ( char buffer, int index, int count ) : Task
ReadBlock ( char buffer, int index, int count ) : int
ReadBlockAsync ( char buffer, int index, int count ) : Task
ReadLine ( ) : string
ReadLineAsync ( ) : Task
ReadToEnd ( ) : string
ReadToEndAsync ( ) : Task
Synchronized ( TextReader reader ) : TextReader

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
TextReader ( ) : System.Text

Private Methods

Méthode Description
Peek ( ) : int
ReadAsyncInternal ( char buffer, int index, int count ) : Task
ReadBlockAsyncInternal ( char buffer, int index, int count ) : Task

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

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

ReadAsync() public méthode

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

ReadBlock() public méthode

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

ReadBlockAsync() public méthode

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

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReadLineAsync() public méthode

public ReadLineAsync ( ) : Task
Résultat Task

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string

ReadToEndAsync() public méthode

public ReadToEndAsync ( ) : Task
Résultat Task

Synchronized() public static méthode

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

TextReader() protected méthode

protected TextReader ( ) : System.Text
Résultat System.Text

Property Details

Null public_oe static_oe property

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