点击或拖拽改变大小

HslReflectionHelperGetHslPropertyInfos 方法

根据提供的类型对象,解析出符合 HslDeviceAddressAttribute 特性的地址列表

命名空间:  HslCommunication.Reflection
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static List<HslAddressProperty> GetHslPropertyInfos(
	Type valueType,
	Type deviceType,
	Object obj,
	IByteTransform byteTransform
)

参数

valueType
类型:SystemType
数据类型
deviceType
类型:SystemType
设备类型
obj
类型:SystemObject
类型的对象信息
byteTransform
类型:HslCommunication.CoreIByteTransform
数据变换对象

返回值

类型:ListHslAddressProperty
地址列表信息
参见