C# Class TagTool.IO.ConsoleHistory.Writer

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: TheGuardians/TagTool

Private Properties

Свойство Type Description
WriteBase void
WriteLineBase void

Méthodes publiques

Méthode Description
Close ( ) : void
CreateObjRef ( Type requestedType ) : ObjRef
Flush ( ) : void
FlushAsync ( ) : System.Threading.Tasks.Task
InitializeLifetimeService ( ) : object
Write ( bool value ) : void
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( decimal value ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( object value ) : void
Write ( string format ) : void
Write ( string format, object arg0 ) : 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
WriteAsync ( char value ) : System.Threading.Tasks.Task
WriteAsync ( char buffer, int index, int count ) : Task
WriteAsync ( string value ) : Task
WriteLine ( ) : void
WriteLine ( bool value ) : void
WriteLine ( char value ) : void
WriteLine ( char buffer, int index, int count ) : void
WriteLine ( decimal value ) : 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 arg0 ) : 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
WriteLineAsync ( ) : Task
WriteLineAsync ( char value ) : Task
WriteLineAsync ( char buffer, int index, int count ) : Task
WriteLineAsync ( string value ) : Task
Writer ( TextWriter baseWriter ) : System

Private Methods

Méthode Description
WriteBase ( string value ) : void
WriteLineBase ( string line ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CreateObjRef() public méthode

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

Flush() public méthode

public Flush ( ) : void
Résultat void

FlushAsync() public méthode

public FlushAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

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 ( decimal value ) : void
value decimal
Résultat void

Write() public méthode

public Write ( double value ) : void
value double
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 format ) : void
format string
Résultat void

Write() public méthode

public Write ( string format, object arg0 ) : void
format string
arg0 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

WriteAsync() public méthode

public WriteAsync ( char value ) : System.Threading.Tasks.Task
value char
Résultat System.Threading.Tasks.Task

WriteAsync() public méthode

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

WriteAsync() public méthode

public WriteAsync ( string value ) : Task
value string
Résultat Task

WriteLine() public méthode

public WriteLine ( ) : void
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 ( decimal value ) : void
value decimal
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 arg0 ) : void
format string
arg0 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

WriteLineAsync() public méthode

public WriteLineAsync ( ) : Task
Résultat Task

WriteLineAsync() public méthode

public WriteLineAsync ( char value ) : Task
value char
Résultat Task

WriteLineAsync() public méthode

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

WriteLineAsync() public méthode

public WriteLineAsync ( string value ) : Task
value string
Résultat Task

Writer() public méthode

public Writer ( TextWriter baseWriter ) : System
baseWriter TextWriter
Résultat System