about
12/06/2022
Interop Repo
Interop Repository
Two languages working together
Quick Status
1.0 Concept
2.0 Contents
-
CppBridge:
Demonstrates interop by running a native C++ tokenizer from a C# client, using a C++\CLI shim class to connect the client and tokenizer.
-
FormsInterop:
Expands on the first demo by using three different GUI implementations, a C++\CLI form, a C# winform, and a C# WPF form.
-
ManagedCPP:
Provides examples of C++\CLI (managed code) and native C++ interacting in code from a single file. A number of projects are included. The best place to start is with the Managed_Again project.
-
ManagedCppSyntaxExamples:
A collection of small and simple demonstrations of C++\CLI features.
-
WPF-ConsoleApplication:
Shows how to provide console output from a WPF application.
-
WPF-Interop:
This is a prototype for the WPF GUIs you will see packaged with many of the tools in the Tools collection.