C# Класс KEngine.Debuger

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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