Tagged Questions
1
vote
3answers
823 views
How to detemine (by code) the assembly corflags?
I need to write a CorFlags-like application.
If I have a path to assembly file, how to I read its CorFlags?
I specifically need to know if the assembly is Any-CPU or x86 only
I want to avoid loading ...