C# 클래스 System.Console.NSLogWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
Flush ( ) : void
NSLogWriter ( ) : System
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( string value ) : void
WriteLine ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

NSLogWriter() 공개 메소드

public NSLogWriter ( ) : System
리턴 System

Write() 공개 메소드

public Write ( char value ) : void
value char
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void