프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MaxChars | int | ||
fs | |||
rtb | System.Windows.Forms.RichTextBox |
메소드 | 설명 | |
---|---|---|
Clear ( bool update = true ) : void | ||
Print ( string s, bool update = false ) : void | ||
PrintLn ( string s, bool update = false ) : void | ||
SetBox ( System.Windows.Forms.RichTextBox box, int MaxChar = 1000000 ) : void | ||
SetDebugToFile ( bool set ) : void | ||
Str2Arr ( string s ) : byte[] | ||
Update ( ) : void |
public static Print ( string s, bool update = false ) : void | ||
s | string | |
update | bool | |
리턴 | void |
public static PrintLn ( string s, bool update = false ) : void | ||
s | string | |
update | bool | |
리턴 | void |
public static SetBox ( System.Windows.Forms.RichTextBox box, int MaxChar = 1000000 ) : void | ||
box | System.Windows.Forms.RichTextBox | |
MaxChar | int | |
리턴 | void |