This repository was archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Interop Layer
Steve Maillet edited this page Mar 25, 2015
·
2 revisions
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