点击或拖拽改变大小

FileMarkId 构造函数

实例化一个文件标记对象,需要传入日志信息和文件名
To instantiate a file tag object, you need to pass in log information and file name

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public FileMarkId(
	ILogNet logNet,
	string fileName
)

参数

logNet
类型:HslCommunication.LogNetILogNet
日志对象
fileName
类型:SystemString
完整的文件名称
参见