What steps will reproduce the problem?
1. Open managed DLL with functions containing '<' (i.e. wincorlib.dll)
2. Traverse the Exports list (i.e. like the usage sample code)
What is the expected output? What do you see instead?
Should see the exported functions... but nothing is returned
What version of the product are you using? On what operating system?
Latest Version on Windows 8.x
Please provide any additional information below.
The '<' and '>' characters are used in some mangled function names to signify
code templates I believe.