Is DLL C++ or C#
how would I figure out if this dll is written in .NET or C++?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mike GoldPosted Apr 16, 2007, 5:10 PM
If you can open it with reflector then it's a .NET dll.
If you can open it with Depends.exe (part of Visual Studio 6.0), then it is an unmanaged (c++) dll