C# Class Mono.Debugger.ReportWriter

Inheritance: DebuggerMarshalByRefObject
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
Debug ( DebugFlags category, string message ) : void
Error ( string message ) : void
Print ( string message ) : void
ReadLine ( ) : string
ReportWriter ( ) : System
ReportWriter ( string file, DebugFlags flags ) : System

Méthodes protégées

Méthode Description
DoWriteLine ( string message ) : void

Method Details

Debug() public méthode

public Debug ( DebugFlags category, string message ) : void
category DebugFlags
message string
Résultat void

DoWriteLine() protected méthode

protected DoWriteLine ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Print() public méthode

public Print ( string message ) : void
message string
Résultat void

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReportWriter() public méthode

public ReportWriter ( ) : System
Résultat System

ReportWriter() public méthode

public ReportWriter ( string file, DebugFlags flags ) : System
file string
flags DebugFlags
Résultat System