点击或拖拽改变大小

LogStatisticsLoadFromFile 方法

从指定的文件加载对应的统计信息,通常是调用SaveToFile(String)方法存储的文件,如果文件不存在,将会跳过加载
Load the corresponding statistical information from the specified file, usually the file stored by calling the SaveToFile(String) method. If the file does not exist, the loading will be skipped

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

参数

fileName
类型:SystemString
文件的完整的路径名称
异常
异常条件
Exception当文件的模式和当前的模式设置不一样的时候,会引发异常
参见