C# 클래스 OLEDB.Test.ModuleCore.CLTMConsole

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

공개 메소드들

메소드 설명
CLTMConsole ( ) : System
Write ( char ch ) : void
Write ( string strText ) : void
WriteLine ( ) : void
WriteLine ( string strText ) : void

메소드 상세

CLTMConsole() 공개 메소드

public CLTMConsole ( ) : System
리턴 System

Write() 공개 메소드

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

Write() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

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