C# Class OLEDB.Test.ModuleCore.CLTMConsole

Inheritance: System.IO.TextWriter
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CLTMConsole ( ) : System
Write ( char ch ) : void
Write ( string strText ) : void
WriteLine ( ) : void
WriteLine ( string strText ) : void

Method Details

CLTMConsole() public method

public CLTMConsole ( ) : System
return System

Write() public method

public Write ( char ch ) : void
ch char
return void

Write() public method

public Write ( string strText ) : void
strText string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( string strText ) : void
strText string
return void