C# 클래스 MahTweets.Core.Scripting.ScriptStream

상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave 1 사용 예제들

공개 메소드들

메소드 설명
ScriptStream ( TextBox textbox ) : System
Write ( byte buffer, int offset, int count ) : void

메소드 상세

ScriptStream() 공개 메소드

public ScriptStream ( TextBox textbox ) : System
textbox System.Windows.Controls.TextBox
리턴 System

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void