C# Class System.Console.NSLogWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
Flush ( ) : void
NSLogWriter ( ) : System
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( string value ) : void
WriteLine ( ) : void

Private Methods

Méthode Description
EndsWithNewLine ( char value ) : bool
EndsWithNewLine ( string value ) : bool
direct_write_to_stdout ( string s ) : void
monotouch_log ( string s ) : void
write ( int fd, byte buffer, IntPtr n ) : IntPtr

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

NSLogWriter() public méthode

public NSLogWriter ( ) : System
Résultat System

Write() public méthode

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

Write() public méthode

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

Write() public méthode

public Write ( string value ) : void
value string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void