点击或拖拽改变大小

HslStructAttribute 构造函数

重载列表
  名称说明
公共方法HslStructAttribute(Int32)
指定偏移地址来实例化一个对象
Specify an offset address to instantiate an object
公共方法HslStructAttribute(Int32, Int32)
指定偏移地址和长度信息来实例化一个对象
Specify offset address and length information to instantiate an object
公共方法HslStructAttribute(Int32, Int32, String)
指定偏移地址,长度信息,编码信息来实例化一个对象,通常应用于字符串数据
Specify offset address, length information, and encoding information to instantiate an object, usually applied to string data
公共方法HslStructAttribute(Int32, Int32, String, Int32)
指定偏移地址,长度信息,编码信息,字符串解析模式来实例化一个对象,通常应用于字符串数据
Specify offset address, length information, encoding information, string parsing mode to instantiate an object, usually applied to string data
Top
参见