C# 클래스 iRacingSDK.Support.TraceError

파일 보기 프로젝트 열기: vipoo/iRacingSDK.Net

공개 메소드들

메소드 설명
Write ( string value ) : void
WriteIf ( bool condition, string value ) : void
WriteLine ( string value ) : void
WriteLineIf ( bool condition, string value ) : void

메소드 상세

Write() 공개 정적인 메소드

public static Write ( string value ) : void
value string
리턴 void

WriteIf() 공개 정적인 메소드

public static WriteIf ( bool condition, string value ) : void
condition bool
value string
리턴 void

WriteLine() 공개 정적인 메소드

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

WriteLineIf() 공개 정적인 메소드

public static WriteLineIf ( bool condition, string value ) : void
condition bool
value string
리턴 void