Archive

Posts Tagged ‘Assembly Management’

Examining an assembly through reflection

December 9th, 2009 No comments

Below is code loading and examining an assembly.

Problem:

You want to open an assembly to see what’s inside with as little effort as possible.

Solution:

I’m sure there are easier ways but this works…

Code:

Read more…