Hello everybody,I have some question which puzzled me for a long time.
- What is the relationship between CLR and one process created by OS?
- What steps the CLR is loaded when we double-click an "Console Application" or "Windows Forms Application"?
- I found two methods: _CorExeMain() and _CorBindToRuntimeEx(). What's the role of them?