People seem to want to comment on this blog more than the last one, and in my last post it was pointed out that you don't need to use a wrapper assembly on the debugging APIs because you can just import the type library and go from there. There are reasons why I'm using a wrapper over the COM interop method. The first was that the type library contained things that needed modifying the last time I looked in order to make it correct (which was, admittedly, a long time ago and a different version).
The main reason, though, is...