C# Class ME3LibWV.DebugLog

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
MaxChars int
fs System.IO.FileStream
rtb System.Windows.Forms.RichTextBox

Public Methods

Method Description
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

Method Details

Clear() public static method

public static Clear ( bool update = true ) : void
update bool
return void

Print() public static method

public static Print ( string s, bool update = false ) : void
s string
update bool
return void

PrintLn() public static method

public static PrintLn ( string s, bool update = false ) : void
s string
update bool
return void

SetBox() public static method

public static SetBox ( System.Windows.Forms.RichTextBox box, int MaxChar = 1000000 ) : void
box System.Windows.Forms.RichTextBox
MaxChar int
return void

SetDebugToFile() public static method

public static SetDebugToFile ( bool set ) : void
set bool
return void

Str2Arr() public static method

public static Str2Arr ( string s ) : byte[]
s string
return byte[]

Update() public static method

public static Update ( ) : void
return void

Property Details

MaxChars public_oe static_oe property

public static int MaxChars
return int

fs public_oe static_oe property

public static FileStream,System.IO fs
return System.IO.FileStream

rtb public_oe static_oe property

public static RichTextBox,System.Windows.Forms rtb
return System.Windows.Forms.RichTextBox