实例化一个默认的对象
            
 
        命名空间: 
     HslCommunication.Profinet.Beckhoff.Helper
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public AdsTagItem(
	string name,
	byte[] buffer,
	int typeLength
)
Public Sub New ( 
	name As String,
	buffer As Byte(),
	typeLength As Integer
)
public:
AdsTagItem(
	String^ name, 
	array<unsigned char>^ buffer, 
	int typeLength
)
new : 
        name : string * 
        buffer : byte[] * 
        typeLength : int -> AdsTagItem参数
- name
- 类型:SystemString
 标签名
- buffer
- 类型:SystemByte
 缓存的数据对象
- typeLength
- 类型:SystemInt32
 类型的单位字节长度信息
 参见
参见