C# 클래스 System.IO.TextWriter

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Null TextWriter

보호된 프로퍼티들

프로퍼티 타입 설명
CoreNewLine char[]

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Flush ( ) : void
FlushAsync ( ) : Task
Synchronized ( TextWriter writer ) : TextWriter
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
WriteAsync ( char value ) : 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
WriteLineAsync ( ) : Task
WriteLineAsync ( char value ) : Task
WriteLineAsync ( char buffer, int index, int count ) : Task
WriteLineAsync ( string value ) : Task

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
TextWriter ( ) : System.Text
TextWriter ( IFormatProvider formatProvider ) : System.Text

비공개 메소드들

메소드 설명
Write ( uint value ) : void
Write ( ulong value ) : void
WriteLine ( uint value ) : void
WriteLine ( ulong value ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FlushAsync() 공개 메소드

public FlushAsync ( ) : Task
리턴 Task

Synchronized() 공개 정적인 메소드

public static Synchronized ( TextWriter writer ) : TextWriter
writer TextWriter
리턴 TextWriter

TextWriter() 보호된 메소드

protected TextWriter ( ) : System.Text
리턴 System.Text

TextWriter() 보호된 메소드

protected TextWriter ( IFormatProvider formatProvider ) : System.Text
formatProvider IFormatProvider
리턴 System.Text

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

WriteAsync() 공개 메소드

public WriteAsync ( char value ) : Task
value char
리턴 Task

WriteAsync() 공개 메소드

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

WriteAsync() 공개 메소드

public WriteAsync ( string value ) : Task
value string
리턴 Task

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

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

WriteLineAsync() 공개 메소드

public WriteLineAsync ( ) : Task
리턴 Task

WriteLineAsync() 공개 메소드

public WriteLineAsync ( char value ) : Task
value char
리턴 Task

WriteLineAsync() 공개 메소드

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

WriteLineAsync() 공개 메소드

public WriteLineAsync ( string value ) : Task
value string
리턴 Task

프로퍼티 상세

CoreNewLine 보호되어 있는 프로퍼티

protected char[] CoreNewLine
리턴 char[]

Null 공개적으로 정적으로 프로퍼티

public static TextWriter,System.IO Null
리턴 TextWriter