C# 클래스 Simulator.ConcurrentStreamWriter

상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/StopGuessing 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
ConcurrentStreamWriter ( TextWriter textWriter ) : System
ConcurrentStreamWriter ( string path, FileMode fileMode = FileMode.CreateNew, FileAccess fileAccess = FileAccess.Write ) : System
Dispose ( ) : void
Write ( string stringToWrite ) : void
WriteLine ( string stringToWrite ) : void

비공개 메소드들

메소드 설명
BackgroundWritingLoop ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ConcurrentStreamWriter() 공개 메소드

public ConcurrentStreamWriter ( TextWriter textWriter ) : System
textWriter System.IO.TextWriter
리턴 System

ConcurrentStreamWriter() 공개 메소드

public ConcurrentStreamWriter ( string path, FileMode fileMode = FileMode.CreateNew, FileAccess fileAccess = FileAccess.Write ) : System
path string
fileMode FileMode
fileAccess FileAccess
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Write() 공개 메소드

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

WriteLine() 공개 메소드

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