How to tell it's a managed or unmanaged assembly?
- Back to Basics: 32-bit and 64-bit confusion around x86 and x64 and the .NET Framework and CLR
 - How to determine whether a DLL is a managed assembly or native (prevent loading a native dll)?
 - Check if unmanaged DLL is 32-bit or 64-bit?
 - How to find if a native DLL file is compiled as x64 or x86?
 - How do I determine if a .NET application is 32 or 64 bit?
 - How do I tell if my application is running as a 32-bit or 64-bit application?
 - 3 Ways to Learn Whether a Windows Program is 64-bit or 32-bit
 - How to check if a binary is 32 or 64 bit on Windows?
 - Quick way to tell if an installed application is 64-bit or 32-bit
 - How to tell if a .exe file is a 32-bit or 64-bit application using dumpbin
 - Migrating 32-bit Managed Code to 64-bit
 - Determining Which Version of the .NET Framework Is Installed
 - How can I tell if my .NET application is running in 64bit on the 64bit server?
 - Checking if the Current Process is 64-bit
 - x64bit Development with .NET
 - Migrating 32-bit Managed Code to 64-bit
 - x64 Development with .NET
 
a new section starts here:
No comments:
Post a Comment