C# Class TagTool.IO.ConsoleHistory.Writer

Inheritance: System.IO.TextWriter
Show file Open project: TheGuardians/TagTool

Private Properties

Property Type Description
WriteBase void
WriteLineBase void

Public Methods

Method 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

Method Description
WriteBase ( string value ) : void
WriteLineBase ( string line ) : void

Method Details

Close() public method

public Close ( ) : void
return void

CreateObjRef() public method

public CreateObjRef ( Type requestedType ) : ObjRef
requestedType System.Type
return System.Runtime.Remoting.ObjRef

Flush() public method

public Flush ( ) : void
return void

FlushAsync() public method

public FlushAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

Write() public method

public Write ( bool value ) : void
value bool
return void

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

Write() public method

public Write ( decimal value ) : void
value decimal
return void

Write() public method

public Write ( double value ) : void
value double
return void

Write() public method

public Write ( float value ) : void
value float
return void

Write() public method

public Write ( int value ) : void
value int
return void

Write() public method

public Write ( long value ) : void
value long
return void

Write() public method

public Write ( object value ) : void
value object
return void

Write() public method

public Write ( string format ) : void
format string
return void

Write() public method

public Write ( string format, object arg0 ) : void
format string
arg0 object
return void

Write() public method

public Write ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

Write() public method

public Write ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

Write() public method

public Write ( uint value ) : void
value uint
return void

Write() public method

public Write ( ulong value ) : void
value ulong
return void

WriteAsync() public method

public WriteAsync ( char value ) : System.Threading.Tasks.Task
value char
return System.Threading.Tasks.Task

WriteAsync() public method

public WriteAsync ( char buffer, int index, int count ) : Task
buffer char
index int
count int
return Task

WriteAsync() public method

public WriteAsync ( string value ) : Task
value string
return Task

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( bool value ) : void
value bool
return void

WriteLine() public method

public WriteLine ( char value ) : void
value char
return void

WriteLine() public method

public WriteLine ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

WriteLine() public method

public WriteLine ( decimal value ) : void
value decimal
return void

WriteLine() public method

public WriteLine ( double value ) : void
value double
return void

WriteLine() public method

public WriteLine ( float value ) : void
value float
return void

WriteLine() public method

public WriteLine ( int value ) : void
value int
return void

WriteLine() public method

public WriteLine ( long value ) : void
value long
return void

WriteLine() public method

public WriteLine ( object value ) : void
value object
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( string format, object arg0 ) : void
format string
arg0 object
return void

WriteLine() public method

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

WriteLine() public method

public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

WriteLine() public method

public WriteLine ( uint value ) : void
value uint
return void

WriteLine() public method

public WriteLine ( ulong value ) : void
value ulong
return void

WriteLineAsync() public method

public WriteLineAsync ( ) : Task
return Task

WriteLineAsync() public method

public WriteLineAsync ( char value ) : Task
value char
return Task

WriteLineAsync() public method

public WriteLineAsync ( char buffer, int index, int count ) : Task
buffer char
index int
count int
return Task

WriteLineAsync() public method

public WriteLineAsync ( string value ) : Task
value string
return Task

Writer() public method

public Writer ( TextWriter baseWriter ) : System
baseWriter TextWriter
return System