blittable
Look at other dictionaries:
Blittable types — are data types in software applications which have a unique characteristic. Data are often represented in memory differently in managed and unmanaged code in the Microsoft .NET framework. However, blittable types are defined as having an… … Wikipedia
Platform Invocation Services — Platform Invocation Services, commonly referred to as P/Invoke, is a feature of Common Language Infrastructure implementations, like Microsoft s Common Language Runtime, that enables managed code to call native code. Contents 1 Architecture 1.1… … Wikipedia
P/Invoke — (aussi appelé Platform Invocation Services) de Microsoft est une spécification de l implémentation de CLI, qui permet au managed code d appeler du code natif dans les DLL. Le code natif est référencé via les meta données qui décrivent les… … Wikipédia en Français
Platform Invocation Services — P/Invoke P/Invoke (aussi appelé Platform Invocation Services) de Microsoft est une spécification de l implémentation de CLI, qui permet au managed code d appeler du code natif dans les DLL. Le code natif est référencé via les meta données qui… … Wikipédia en Français
Common Type System — In Microsoft s .NET Framework, the Common Type System (CTS) is a standard that specifies how Type definitions and specific values of Types are represented in computer memory. It is intended to allow programs written in different programming… … Wikipedia