C# 클래스 GameMaker.PlainTextWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: WarlockD/GMdsam 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckHeadder void
FindIdent string
Init void
PlainTextWriter System

공개 메소드들

메소드 설명
AsyncWriteToFile ( string filename ) : System.Threading.Tasks.Task
Clear ( ) : void
ClearLine ( ) : void
Flush ( ) : void

Flushes the buffer to the streams.

GetStringBuilder ( ) : StringBuilder
PlainTextWriter ( Stream stream, Encoding encoding = null ) : System
PlainTextWriter ( TextWriter writer ) : System
PlainTextWriter ( string filename, Encoding encoding = null ) : System
PrintTabStops ( ) : void
ToString ( ) : string
Write ( char c ) : void
WriteLine ( ) : void
WriteToFile ( string filename ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckHeadder ( ) : void
FindIdent ( int count ) : string
Init ( PlainTextWriterSettings settings, Encoding encoding ) : void
PlainTextWriter ( ) : System

메소드 상세

AsyncWriteToFile() 공개 메소드

public AsyncWriteToFile ( string filename ) : System.Threading.Tasks.Task
filename string
리턴 System.Threading.Tasks.Task

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearLine() 공개 메소드

public ClearLine ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Flush() 공개 메소드

Flushes the buffer to the streams.
public Flush ( ) : void
리턴 void

GetStringBuilder() 공개 메소드

public GetStringBuilder ( ) : StringBuilder
리턴 StringBuilder

PlainTextWriter() 공개 메소드

public PlainTextWriter ( Stream stream, Encoding encoding = null ) : System
stream Stream
encoding System.Text.Encoding
리턴 System

PlainTextWriter() 공개 메소드

public PlainTextWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

PlainTextWriter() 공개 메소드

public PlainTextWriter ( string filename, Encoding encoding = null ) : System
filename string
encoding System.Text.Encoding
리턴 System

PrintTabStops() 공개 메소드

public PrintTabStops ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteToFile() 공개 메소드

public WriteToFile ( string filename ) : void
filename string
리턴 void