C# 클래스 ME3LibWV.DebugLog

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxChars int
fs System.IO.FileStream
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

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( bool update = true ) : void
update bool
리턴 void

Print() 공개 정적인 메소드

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

PrintLn() 공개 정적인 메소드

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

SetBox() 공개 정적인 메소드

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

SetDebugToFile() 공개 정적인 메소드

public static SetDebugToFile ( bool set ) : void
set bool
리턴 void

Str2Arr() 공개 정적인 메소드

public static Str2Arr ( string s ) : byte[]
s string
리턴 byte[]

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void

프로퍼티 상세

MaxChars 공개적으로 정적으로 프로퍼티

public static int MaxChars
리턴 int

fs 공개적으로 정적으로 프로퍼티

public static FileStream,System.IO fs
리턴 System.IO.FileStream

rtb 공개적으로 정적으로 프로퍼티

public static RichTextBox,System.Windows.Forms rtb
리턴 System.Windows.Forms.RichTextBox