"interface from a c dll to .net" Code Answer

31

Its quite straight forward to do this soft of thing in C# using P/Invoke.

I belive you are going to have to define the data structures in C# manually.

I would reccomend you take a look at this MSDN article on the subject

By VAr on August 5 2022

Answers related to “interface from a c dll to .net”

Only authorized users can answer the Search term. Please sign in first, or register a free account.