Interop exploration in C#
This project provides a solution with a native library and a test project and performance console app for exploring interop in C#.
Clone and open in VS. Requires VS2022 and .NET 6.0.
Select the x64 build for the solution. To explore/run the tests show the Test Explorer window and set the processor settings to x64 in the Test menu.
Set the PerfTest project to startup and run after setting release configuration. To run different tests, change the class in the BenchmarkRunner
in Program.Main()
.
Contributions are welcome.