c# - Tool for creating .NET wrappers for a COM DLL? -


Is there an open source tool for automatically creating NET wrappers for a COM DLL library?

You can try to use which is capable of creating the wrapper code. It can also be useful.


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

multithreading - Do lock objects in Java need to be static? -

java - Object vs byte[0] as lock -