LogValueLimitDictLoadFromFile 方法 |
从指定的文件加载对应的统计信息,通常是调用
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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void LoadFromFile(
string fileName
)
Public Sub LoadFromFile (
fileName As String
)
public:
void LoadFromFile(
String^ fileName
)
member LoadFromFile :
fileName : string -> unit
参数
- fileName
- 类型:SystemString
文件的完整的路径名称
异常 异常 | 条件 |
---|
Exception | 当文件的模式和当前的模式设置不一样的时候,会引发异常 |
参见