Jeffrey&Lynny

一个温馨小家庭的.Net生活

导航

08 2006 档案

How DebuggerRCThread is lauched?
摘要:001bf8c4 7957c147 mscorwks!DebuggerRCThread::Start [c:\rotor\sscli20\clr\src\debug\ee\rcthread.cpp @ 1520]001bf940 792c7f41 mscorwks!Debugger::Startup+0x26a [c:\rotor\sscli20\clr\src\debug\ee\debugger... 阅读全文

posted @ 2006-08-24 17:23 比尔盖房 阅读(544) 评论(0) 推荐(0)

Public Symbols vs Private Symbols[zt]
摘要:When you build a driver or other program, the program's symbols are usually stored in symbol files, although some older compilers store certain symbols in the executable file. When a debugger is analy... 阅读全文

posted @ 2006-08-21 18:12 比尔盖房 阅读(641) 评论(0) 推荐(0)

The magic of NativeWindow-- How does .Net Winform manage Win32 controls
摘要:1. Every .Net winform control inherits from System.Windows.Forms.Control class. In its constructor, you will see this key statement: public Control(){ this.window = new Control.ControlNativeWindo... 阅读全文

posted @ 2006-08-12 22:36 比尔盖房 阅读(914) 评论(0) 推荐(0)

.Net Windows Service
摘要:static void Main(){ System.ServiceProcess.ServiceBase[] ServicesToRun; // More than one user Service may run within the same process. To add // another service to this process, change the fo... 阅读全文

posted @ 2006-08-07 17:52 比尔盖房 阅读(658) 评论(0) 推荐(0)