Does anybody know how Process Explorer determines these flags shown here?
Is there a .NET Api for this?
I am especially interested in the Native flag. I tried determine this on the CodeBase
or Location
property. But these seem to return always only path of the DLL and not the path of the native image.
Any ideas? I'm stuck.