点击或拖拽改变大小

SoftBufferSetValue 方法

重载列表
  名称说明
公共方法SetValue(Byte, Int32)
设置byte类型的数据到缓存区
Set byte type data to the cache area
公共方法SetValue(Double, Int32)
设置double类型的数据到缓存区
Set double type data to the cache area
公共方法SetValue(Double, Int32)
设置double数组的数据到缓存区
Set double array data to the cache area
公共方法SetValue(Int16, Int32)
设置short类型的数据到缓存区
Set short type data to the cache area
公共方法SetValue(Int16, Int32)
设置short数组的数据到缓存区
Set short array data to the cache area
公共方法SetValue(Int32, Int32)
设置int类型的数据到缓存区
Set int type data to the cache area
公共方法SetValue(Int32, Int32)
设置int数组的数据到缓存区
Set int array data to the cache area
公共方法SetValue(Int64, Int32)
设置long类型的数据到缓存区
Set long type data to the cache area
公共方法SetValue(Int64, Int32)
设置long数组的数据到缓存区
Set long array data to the cache area
公共方法SetValue(Single, Int32)
设置float类型的数据到缓存区
Set float type data to the cache area
公共方法SetValue(Single, Int32)
设置float数组的数据到缓存区
Set float array data to the cache area
公共方法SetValue(UInt16, Int32)
设置ushort类型的数据到缓存区
Set ushort type data to the cache area
公共方法SetValue(UInt16, Int32)
设置ushort数组的数据到缓存区
Set ushort array data to the cache area
公共方法SetValue(UInt32, Int32)
设置uint类型的数据到缓存区
Set uint byte data to the cache area
公共方法SetValue(UInt32, Int32)
设置uint数组的数据到缓存区
Set uint array data to the cache area
公共方法SetValue(UInt64, Int32)
设置ulong类型的数据到缓存区
Set ulong byte data to the cache area
公共方法SetValue(UInt64, Int32)
设置ulong数组的数据到缓存区
Set long array data to the cache area
Top
参见