我想读取远程计算机上的事件日志以检查测试过程中的错误。这是一些相关的代码: public bool CheckEventLogs(DateTime start) { EventLog myEventLog = new EventLog("CustomLog", "ServerName"); bool errorFoun […]