C# Class ME3LibWV.DebugLog

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxChars int
fs System.IO.FileStream
rtb System.Windows.Forms.RichTextBox

Méthodes publiques

Méthode 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 méthode

public static Clear ( bool update = true ) : void
update bool
Résultat void

Print() public static méthode

public static Print ( string s, bool update = false ) : void
s string
update bool
Résultat void

PrintLn() public static méthode

public static PrintLn ( string s, bool update = false ) : void
s string
update bool
Résultat void

SetBox() public static méthode

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

SetDebugToFile() public static méthode

public static SetDebugToFile ( bool set ) : void
set bool
Résultat void

Str2Arr() public static méthode

public static Str2Arr ( string s ) : byte[]
s string
Résultat byte[]

Update() public static méthode

public static Update ( ) : void
Résultat void

Property Details

MaxChars public_oe static_oe property

public static int MaxChars
Résultat int

fs public_oe static_oe property

public static FileStream,System.IO fs
Résultat System.IO.FileStream

rtb public_oe static_oe property

public static RichTextBox,System.Windows.Forms rtb
Résultat System.Windows.Forms.RichTextBox