LogNetSingleGetExistLogFileNames 方法 |
获取所有的日志文件数组,对于单日志文件来说就只有一个
Get all log file arrays, only one for a single log file
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string[] GetExistLogFileNames()
Public Function GetExistLogFileNames As String()
public:
virtual array<String^>^ GetExistLogFileNames() sealed
abstract GetExistLogFileNames : unit -> string[]
override GetExistLogFileNames : unit -> string[]
返回值
类型:
String字符串数组,包含了所有的存在的日志数据
实现
ILogNetGetExistLogFileNames参见