How to find out how libraries work together?
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-06-01T18:23:07Z
Indexed on
2010/06/01
18:23 UTC
Read the original article
Hit count: 144
I'm tasked to replicate a few functionnalities from an existing application. This application rely on .NET managed assemblies accessible from C#. I can import those DLLs in my new C# project but there is no documentation on how to use them.
Yes, this is labeled as an "SDK", but does not contain examples or documentation. Any pointers on how I should procceed?
I thought about creating stubs assemblies and monitor their usage by the original application but this involves a lot of code, maybe a tool could do it for me?
© Stack Overflow or respective owner