C# Class System.IO.__DebugOutputTextWriter

Inheritance: TextWriter
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Write ( String str ) : void
Write ( char c ) : void
WriteLine ( String str ) : void

Private Methods

Méthode Description
OutputDebugString ( String output ) : void
__DebugOutputTextWriter ( String consoleType ) : System

Method Details

Write() public méthode

public Write ( String str ) : void
str String
Résultat void

Write() public méthode

public Write ( char c ) : void
c char
Résultat void

WriteLine() public méthode

public WriteLine ( String str ) : void
str String
Résultat void