HslStructAttribute 构造函数 (Int32, Int32) |
指定偏移地址和长度信息来实例化一个对象
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public HslStructAttribute(
int index,
int length
)
Public Sub New (
index As Integer,
length As Integer
)
public:
HslStructAttribute(
int index,
int length
)
new :
index : int *
length : int -> HslStructAttribute
参数
- index
- 类型:SystemInt32
字节偏移字节信息,如果是bool,就是位偏移地址,按照位为单位 - length
- 类型:SystemInt32
长度信息,如果是普通类型,则表示数组,如果是字符串,则表示字符串占用的最大字节长度
参见