FormLogNetView 构造函数 (String) |
指定一个日志路径实例化一个日志查看界面
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public FormLogNetView(
string log
)
Public Sub New (
log As String
)
public:
FormLogNetView(
String^ log
)
new :
log : string -> FormLogNetView
参数
- log
- 类型:SystemString
日志的路径
参见