I want to extract ACPI tables in C# application.
There is Intel’s open source code to work with ACPI and BIOS written in C.
Here is the link.
I suppose I can build DLL from C code and then use it in C sharp.
But I’m confused, because I don’t know how to do it.
Is there a good article or guide or starting point for my case?
You may start with the Platform Invoke Tutorial.