Mark Levison

Musings on No Touch Deployment, .NET development and photography

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Other

Blogroll

Subscriptions

Post Categories



Monday, November 29, 2004 - Posts

GThreadCop

 GThreadCop

.NET profiler that monitors your GUI application and report any violation of calling GUI code on non-GUI thread. GUI code is defined as any non-static method member of System.Windows.Forms.Control class (you can control accessibility) Non-GUI thread is the thread that didnot create the corresponding Control derived object. While VS2005 provides similiar reporting (by throwing InvalidOperationException while running under debugger) this profiler does a more complete job. For example it doesn't rely on get_Handle to be called as this can change with time

Seems like a useful tool. I think we do a pretty good job on this front - but its always good to test.

posted Monday, November 29, 2004 4:56 PM by mlevison with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems