Unmanaged app that uses CLR via DLL
evanb
Posts: 2
I have an application written primarily in C++ and compiled with VS2005. It uses some CLR elements by loading an unmanaged DLL that, internally, uses C++/CLI to create and use instances of CLR objects implemented in managed DLLs. Can I use Memory Profiler to analyze this program's managed memory usage?
Comments