Working with Platform-Specific APIs

Different smart device platforms have different sets of APIs available to developers. In addition to the libraries in the .NET Compact Framework, your project can also use APIs that are specific to individual platforms, depending on the platform that your project targets. For example, if your project targets Windows Mobile 5.0, you can use Window Mobile Managed APIs. You can also use platform invoke in the .NET Compact Framework to call unmanaged platform APIs.

For information about calling unmanaged APIs, see:

See Also

Concepts

Creating and Developing Managed Device Projects

Working with the .NET Compact Framework