type CTRL+ALT+SHIFT+F12 twice to force a garbage collection

A command built into VS to force a garbage collection (GC.Collect).

 Type “CTRL+ALT+SHIFT+F12” twice.   

This keystroke is bound to the command “Tools.ForceGC” so you can also call this command through DTE or a macro.

posted @ 2010-01-20 13:38  Zhongjian Zhang  阅读(245)  评论(0编辑  收藏  举报