Possible Duplicate:
Best way to check if a DLL file is a CLR assembly in C#
I have a assembly from a DLL file. I need to check whether the DLL file is originally from a .NET project or from a COM project. How can I find it using C# programmatically.