C# 클래스 Microsoft.AspNet.SignalR.Client.Silverlight.Samples.TextBoxWriter

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

공개 메소드들

메소드 설명
TextBoxWriter ( SynchronizationContext context, TextBox text ) : System
WriteLine ( string value ) : void
WriteLine ( string format, object arg0 ) : void
WriteLine ( string format, object arg0, object arg1 ) : void

메소드 상세

TextBoxWriter() 공개 메소드

public TextBoxWriter ( SynchronizationContext context, TextBox text ) : System
context System.Threading.SynchronizationContext
text System.Windows.Controls.TextBox
리턴 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