Method | Description | |
---|---|---|
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 |
public static Assert ( System.Int64 result ) : void | ||
result | System.Int64 | |
return | void |
public static Assert ( bool result, string msg ) : void | ||
result | bool | |
msg | string | |
return | void |
public static BeginRecordTime ( string key ) : void | ||
key | string | |
return | void |
public static Check ( object obj, string formatStr = null ) : bool | ||
obj | object | |
formatStr | string | |
return | bool |
public static EndRecordTime ( bool printLog = true ) : string | ||
printLog | bool | |
return | string |
public static WatchPerformance ( System.Action del ) : void | ||
del | System.Action | |
return | void |
public static WatchPerformance ( string outputStr, System.Action del ) : void | ||
outputStr | string | |
del | System.Action | |
return | void |