辅助缓冲区 meaning in English
supplementary buffer
Examples
- Is passed by reference , the marshaler copies the contents the string to a secondary buffer before making the call
时,封送拆收器在进行调用之前将字符串的内容复制到辅助缓冲区。 - Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker
获取或设置一个值,该值指示此控件是否应使用辅助缓冲区重绘其图面,以减少或避免闪烁。 - Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker , however this property has no effect on the
获取或设置一个值,该值指示此控件是否应该使用辅助缓冲区重绘其图面以减少或防止闪烁,但此属性对 - When data is marshaled to unmanaged code by value or by reference , the marshaler typically copies the data to a secondary buffer possibly converting character sets during the copy and passes a reference to the buffer to the callee
System . string和system . text . stringbuilder当通过值或通过引用将数据封送到非托管代码时,封送拆收器通常将数据复制到辅助缓冲区(可能在复制期间转换字符集) ,并将对缓冲区的引用传递给被调用方。