I have a C# .NET Framework application that calls an unmanaged C++ DLL via DLLImport, to parse a bunch of files given by the user and perform some operations.
DLLImport