Welcome to MSDN Blogs Sign in | Join | Help

May 2006 - Posts

Beware of the Vectored Exception Handler and managed code

A vectored exception handler (see kernel32!AddVectoredExceptionHandler ) lets you add to a global list of filters that get executed by the OS when a native exception is thrown. More specifically, this list is executed by the OS before the filters in the

Managed Stack Explorer

Check out: Managed Stack Explorer . It's a tool on CodePlex that lets you automatically get stack snapshots of V2 managed processes. Its debugging inspection functionality (viewing callstacks) is built on the CLR Debugging Services via ICorDebug, and
Posted by jmstall | 3 Comments
Filed under:

Enc APIs aren't exposed through reflection

David Srbecky asked : Can a EnC capable compiler work on top of System.Refletion.Emit? (ie. If an existing compiler is to be extended to support EnC, does it have to be rewritten to use the unmanaged emitting interface?) Unfortuantely, No. Details: 1.
 
Page view tracker