Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 C# 应用程序中提取 ACPI 表。有英特尔的开源代码可以使用 C 编写的 ACPI 和 BIOS。这是链接。我想我可以从 C 代码构建 DLL,然后在 C 语言中使用它。但是我很困惑,因为我不知道该怎么做。
我的案例是否有好的文章或指南或起点?
您可以从平台调用教程开始。