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 dll があります
コマンド ライン ツールの dumpbin.exe /EXPORTS を使用して、エクスポートされた関数のリストを抽出し、それらを C# コードで使用して (正常に) これらの関数を呼び出すことができます。
外部のコマンドライン ツールを使用せずに、.NET からこのエクスポートされた関数リストを直接取得する方法はありますか?
ありがとう