C# Class ExcelDna.Logging.LogDisplay

Afficher le fichier Open project: system-tradingtech/DataTools Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Hide ( ) : void
RecordLine ( string format ) : void
Show ( ) : void
WriteLine ( string format ) : void

Private Methods

Méthode Description
CreateInstance ( ) : void
GetAllText ( ) : string
SetText ( string text ) : void
TruncateLog ( ) : void

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

Hide() public static méthode

public static Hide ( ) : void
Résultat void

RecordLine() public static méthode

public static RecordLine ( string format ) : void
format string
Résultat void

Show() public static méthode

public static Show ( ) : void
Résultat void

WriteLine() public static méthode

public static WriteLine ( string format ) : void
format string
Résultat void