点击或拖拽改变大小

SoftBuffer 构造函数 (Int32)

使用指定的容量初始化缓存数据块,长度以字节为单位
Initializes cache chunks with the specified capacity, with a length in bytes

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public SoftBuffer(
	int capacity
)

参数

capacity
类型:SystemInt32
初始化的容量
参见