关于[Conversation about .NET interop]的摘要:
Interop is the subsystem in the runtime that enables interoperability with other systems, like native C libraries or Objective-C. In some cases, it includes a full interop implementation like via P/Invoke or COM interop. In other cases, like for WinRT, it provides the building block APIs such that another (external) component can provide an end-to-end implementation.
原文地址: https://devblogs.microsoft.com/dotnet/conversation-about-net-interop/