C# 클래스 GuidGen.ConsoleClipboardOut

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: michaelmcdaniel/GuidgenConsole

공개 메소드들

메소드 설명
Flush ( ) : void
Write ( char value ) : void
Write ( string value ) : void
WriteLine ( string value ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

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

WriteLine() 공개 메소드

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