C# 클래스 Tp.Web.Extensions.Components.TextWriterSplitter

Redirects its output to the specified array of text writer.
상속: System.IO.TextWriter
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

TextWriterSplitter() 공개 메소드

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

Write() 공개 메소드

public Write ( bool value ) : void
value bool
리턴 void

Write() 공개 메소드

public Write ( char value ) : void
value char
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( decimal value ) : void
value decimal
리턴 void

Write() 공개 메소드

public Write ( double value ) : void
value double
리턴 void

Write() 공개 메소드

public Write ( float value ) : void
value float
리턴 void

Write() 공개 메소드

public Write ( int value ) : void
value int
리턴 void

Write() 공개 메소드

public Write ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( object value ) : void
value object
리턴 void

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void

Write() 공개 메소드

public Write ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( uint value ) : void
value uint
리턴 void

Write() 공개 메소드

public Write ( ulong value ) : void
value ulong
리턴 void