C# Class Tp.Web.Extensions.Components.TextWriterSplitter

Redirects its output to the specified array of text writer.
Inheritance: System.IO.TextWriter
Datei anzeigen Open project: TargetProcess/Tp.HelpDesk

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
TextWriterSplitter ( ) : System

Create new instance of text writer splitter.

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 value ) : 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

TextWriterSplitter() public method

Create new instance of text writer splitter.
public TextWriterSplitter ( ) : System
return System

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 value ) : void
value 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