コード例 #1
0
 /// <summary>
 /// Get the path to the log file of MasterEmulator.
 /// </summary>
 /// <returns>Returns path to log file.</returns>
 public string GetLogfilePath()
 {
     return(masterEmulator.GetLogFilePath());
 }