0

Possible Duplicate:
How do I determine if a Process is Managed in C#?

How can I know if a process or a module is managed (.NET) or native programmatically (in C++)?

Community
  • 1
  • 1
Idov
  • 5,006
  • 17
  • 69
  • 106

1 Answers1

0

I don't have the PE spec handy - you can download it from msdn.com - but a managed module will typically have a CLR header and imports mscoree.dll.