The namespace provides a wide variety of members that support COM interop and platform invoke services. If you are unfamiliar with these services, see Interoperating with Unmanaged Code. Members of this namespace provide several categories of functionality, as shown in the following table. Attributes control marshaling behavior, such as how to arrange structures or how to represent strings. The most important attributes are , which you use to define platform invoke methods for accessing unmanaged APIs, and , which you use to specify how data is marshaled between managed and unmanaged memory.