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