C# Class MahTweets.Core.Scripting.ScriptStream

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave Class Usage Examples

Méthodes publiques

Méthode Description
ScriptStream ( TextBox textbox ) : System
Write ( byte buffer, int offset, int count ) : void

Method Details

ScriptStream() public méthode

public ScriptStream ( TextBox textbox ) : System
textbox System.Windows.Controls.TextBox
Résultat System

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void