C# 클래스 KEngine.Debuger

파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 메소드들

메소드 설명
Assert ( System.Int64 result ) : void
Assert ( bool result ) : void
Assert ( bool result, string msg ) : void
Assert ( int result ) : void
Assert ( object obj ) : void
BeginRecordTime ( string key ) : void
Check ( object obj, string formatStr = null ) : bool

Check if a object null

EndRecordTime ( bool printLog = true ) : string
WatchPerformance ( System.Action del ) : void
WatchPerformance ( string outputStr, System.Action del ) : void

메소드 상세

Assert() 공개 정적인 메소드

public static Assert ( System.Int64 result ) : void
result System.Int64
리턴 void

Assert() 공개 정적인 메소드

public static Assert ( bool result ) : void
result bool
리턴 void

Assert() 공개 정적인 메소드

public static Assert ( bool result, string msg ) : void
result bool
msg string
리턴 void

Assert() 공개 정적인 메소드

public static Assert ( int result ) : void
result int
리턴 void

Assert() 공개 정적인 메소드

public static Assert ( object obj ) : void
obj object
리턴 void

BeginRecordTime() 공개 정적인 메소드

public static BeginRecordTime ( string key ) : void
key string
리턴 void

Check() 공개 정적인 메소드

Check if a object null
public static Check ( object obj, string formatStr = null ) : bool
obj object
formatStr string
리턴 bool

EndRecordTime() 공개 정적인 메소드

public static EndRecordTime ( bool printLog = true ) : string
printLog bool
리턴 string

WatchPerformance() 공개 정적인 메소드

public static WatchPerformance ( System.Action del ) : void
del System.Action
리턴 void

WatchPerformance() 공개 정적인 메소드

public static WatchPerformance ( string outputStr, System.Action del ) : void
outputStr string
del System.Action
리턴 void