Where can I get a Running Object Table Viewer like IROTVIEW?

5.7k Views Asked by At

Once upon a time Windows SDK (or it was Visual Studio) had a tool named IROTVIEW which enumerated the Running Object Table (ROT).

Where can I get this tool now?

1

There are 1 best solutions below

0
Mike On BEST ANSWER

This site has a pretty good viewer for download in 32 bit and 64 bit versions.

This site has a simple enumeration class, but it needs some improvement since if you have two objects running with the same name (like two instances of Excel), it cannot populate the dictionary with the duplicate key.