C# 클래스 Microsoft.AspNet.SignalR.Client.WP8.Samples.TextBlockWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
TextBlockWriter ( SynchronizationContext context, StackPanel stackPanel ) : System
WriteLine ( string value ) : void
WriteLine ( string format, object arg0 ) : void
WriteLine ( string format, object arg0, object arg1 ) : void

비공개 메소드들

메소드 설명
CreateNew ( ) : System.Windows.Controls.TextBlock

메소드 상세

TextBlockWriter() 공개 메소드

public TextBlockWriter ( SynchronizationContext context, StackPanel stackPanel ) : System
context System.Threading.SynchronizationContext
stackPanel System.Windows.Controls.StackPanel
리턴 System

WriteLine() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void