How to use a type within a "black-box" .NET assembly?

Posted by smwikipedia on Stack Overflow See other posts from Stack Overflow or by smwikipedia
Published on 2010-04-13T07:49:40Z Indexed on 2010/04/13 7:52 UTC
Read the original article Hit count: 288

Filed under:
|

I know that .NET assembly is self-descriptive because of the metadata. Now suppose I have a black-box assembly which I know nothing about. Could I find out the types contained in it and use their methods and pass arguments? How? Sampe code snippets will be deeply appreciated.

Many thanks.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#