Exemple #1
0
 /// <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());
 }