C# Class System.IO.__DebugOutputTextWriter

Inheritance: TextWriter
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Write ( String str ) : void
Write ( char c ) : void
WriteLine ( String str ) : void

Private Methods

Method Description
OutputDebugString ( String output ) : void
__DebugOutputTextWriter ( String consoleType ) : System

Method Details

Write() public method

public Write ( String str ) : void
str String
return void

Write() public method

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

WriteLine() public method

public WriteLine ( String str ) : void
str String
return void