C# Class iRacingSDK.Support.TraceError

Afficher le fichier Open project: vipoo/iRacingSDK.Net

Méthodes publiques

Méthode Description
Write ( string value ) : void
WriteIf ( bool condition, string value ) : void
WriteLine ( string value ) : void
WriteLineIf ( bool condition, string value ) : void

Method Details

Write() public static méthode

public static Write ( string value ) : void
value string
Résultat void

WriteIf() public static méthode

public static WriteIf ( bool condition, string value ) : void
condition bool
value string
Résultat void

WriteLine() public static méthode

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

WriteLineIf() public static méthode

public static WriteLineIf ( bool condition, string value ) : void
condition bool
value string
Résultat void