C# Class System.Console.NSLogWriter

Inheritance: System.IO.TextWriter
显示文件 Open project: kumpera/mono

Public Methods

Method 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

Method 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 method

public Flush ( ) : void
return void

NSLogWriter() public method

public NSLogWriter ( ) : System
return System

Write() public method

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

Write() public method

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

Write() public method

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

WriteLine() public method

public WriteLine ( ) : void
return void