C# Class System.IO.TextWriter.SynchronizedWriter

Inheritance: TextWriter
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
SynchronizedWriter ( TextWriter writer ) : System.Text
SynchronizedWriter ( TextWriter writer, bool neverClose ) : System.Text
Write ( Decimal value ) : void
Write ( bool value ) : void
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( object value ) : void
Write ( string value ) : void
Write ( string format, object value ) : void
Write ( string format, object arg0, object arg1 ) : void
Write ( string format, object arg0, object arg1, object arg2 ) : void
Write ( uint value ) : void
Write ( ulong value ) : void
WriteLine ( ) : void
WriteLine ( Decimal value ) : void
WriteLine ( bool value ) : void
WriteLine ( char value ) : void
WriteLine ( char buffer, int index, int count ) : void
WriteLine ( double value ) : void
WriteLine ( float value ) : void
WriteLine ( int value ) : void
WriteLine ( long value ) : void
WriteLine ( object value ) : void
WriteLine ( string value ) : void
WriteLine ( string format, object value ) : void
WriteLine ( string format, object arg0, object arg1 ) : void
WriteLine ( string format, object arg0, object arg1, object arg2 ) : void
WriteLine ( uint value ) : void
WriteLine ( ulong value ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

SynchronizedWriter() public méthode

public SynchronizedWriter ( TextWriter writer ) : System.Text
writer TextWriter
Résultat System.Text

SynchronizedWriter() public méthode

public SynchronizedWriter ( TextWriter writer, bool neverClose ) : System.Text
writer TextWriter
neverClose bool
Résultat System.Text

Write() public méthode

public Write ( Decimal value ) : void
value Decimal
Résultat void

Write() public méthode

public Write ( bool value ) : void
value bool
Résultat void

Write() public méthode

public Write ( char value ) : void
value char
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( float value ) : void
value float
Résultat void

Write() public méthode

public Write ( int value ) : void
value int
Résultat void

Write() public méthode

public Write ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( object value ) : void
value object
Résultat void

Write() public méthode

public Write ( string value ) : void
value string
Résultat void

Write() public méthode

public Write ( string format, object value ) : void
format string
value object
Résultat void

Write() public méthode

public Write ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

Write() public méthode

public Write ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Write() public méthode

public Write ( uint value ) : void
value uint
Résultat void

Write() public méthode

public Write ( ulong value ) : void
value ulong
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( Decimal value ) : void
value Decimal
Résultat void

WriteLine() public méthode

public WriteLine ( bool value ) : void
value bool
Résultat void

WriteLine() public méthode

public WriteLine ( char value ) : void
value char
Résultat void

WriteLine() public méthode

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

WriteLine() public méthode

public WriteLine ( double value ) : void
value double
Résultat void

WriteLine() public méthode

public WriteLine ( float value ) : void
value float
Résultat void

WriteLine() public méthode

public WriteLine ( int value ) : void
value int
Résultat void

WriteLine() public méthode

public WriteLine ( long value ) : void
value long
Résultat void

WriteLine() public méthode

public WriteLine ( object value ) : void
value object
Résultat void

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object value ) : void
format string
value object
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

WriteLine() public méthode

public WriteLine ( uint value ) : void
value uint
Résultat void

WriteLine() public méthode

public WriteLine ( ulong value ) : void
value ulong
Résultat void