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.

直接復制結構類型數組整數數組

熱門查詢