How can I reference classes in a .net executable?

Posted by thenextwebguy on Stack Overflow See other posts from Stack Overflow or by thenextwebguy
Published on 2010-04-04T23:34:21Z Indexed on 2010/04/04 23:43 UTC
Read the original article Hit count: 315

Filed under:
|

IL disassembler shows classes in a .Net executable that I would like to use in my project. How could I use those classes from my own project?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET