コード例 #1
0
ファイル: FApp.cs プロジェクト: gitter-badger/USharp
 /// <summary>
 /// Checks whether application is in benchmark mode.
 /// </summary>
 /// <returns>true if application is in benchmark mode, false otherwise.</returns>
 public static bool IsBenchmarking()
 {
     return(Native_FApp.IsBenchmarking());
 }