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.
可直接复制到本机结构中的类型的一维数组,如整数数组。