OpenEventArgs 构造函数 (String) |
指定Open的消息来实例化对象
命名空间:
HslCommunication.Profinet.OpenProtocol
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OpenEventArgs(
string content
)
Public Sub New (
content As String
)
public:
OpenEventArgs(
String^ content
)
new :
content : string -> OpenEventArgs
参数
- content
- 类型:SystemString
Open内容
参见