blittable

blittable

 英

  • 网络复制到本机结构中的类型;复制到本机布局中的类型

例句

Delegates, which are data structures that refer to a static method or to a class instance, are also non-blittable.

委托引用静态方法实例数据结构也是直接复制结构

If a non-blittable class is marshaled by reference, the callee receives a pointer to a pointer to a copy of the data structure.

如果引用封送直接复制结构调用接收数据结构副本指针指针

If a non-blittable class is marshaled by value, the callee receives a pointer to a copy of the data structure.

如果封送直接复制结构调用方接收指向数据结构副本指针

Formatted non-blittable classes have fixed layout (formatted) but the data representation is different in managed and unmanaged memory.

直接复制结构格式具有固定布局格式),数据表示形式托管托管内存不同

These types are called blittable types because they do not require conversion when passed between managed and unmanaged code.

因为这些类型托管托管代码之间传递需要转换因此称为直接复制结构类型

Blittable value types larger than 32 bits are more quickly passed by reference than by value.

对于大于32直接复制结构类型来说通过引用传递通过传递更快

One-dimensional arrays of blittable types, such as an array of integers.

直接复制结构类型数组整数数组