C# 클래스 ExcelDna.Logging.LogDisplay

파일 보기 프로젝트 열기: system-tradingtech/DataTools 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Hide ( ) : void
RecordLine ( string format ) : void
Show ( ) : void
WriteLine ( string format ) : void

비공개 메소드들

메소드 설명
CreateInstance ( ) : void
GetAllText ( ) : string
SetText ( string text ) : void
TruncateLog ( ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

RecordLine() 공개 정적인 메소드

public static RecordLine ( string format ) : void
format string
리턴 void

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string format ) : void
format string
리턴 void