Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Interop Layer

Steve Maillet edited this page Mar 25, 2015 · 2 revisions
Interop

The interop layer is an extensible set of native code libraries that enable managed code libraries to expose functionality that is ultimately implemented in the native code of the system (much like P/Invoke does on the Mobile and desktop variants of the .NET Runtime).

For a detailed walkthrough of interop extensibility, including a working sample, see the Interop Article by @smaillet-ms