点击或拖拽改变大小

LogStatisticsDictSaveToFile 方法

将当前的统计信息及数据内容写入到指定的文件里面,需要指定文件的路径名称
Write the current statistical information and data content to the specified file, you need to specify the path name of the file

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public void SaveToFile(
	string fileName
)

参数

fileName
类型:SystemString
文件的完整的路径名称
参见