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.
可直接復制到本機結構中的類型的一維數組,如整數數組。