CLR Instantiation

Installing
Starting
Initialization
Installing
Process of installing of .NET Framework is shown on the picture below
 

 

Registry
During installing .NET Framework all related information is recorded into HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\ This information includes info about major, minor and build versions of CLR and class libraries. Major and minor version keys (like 1.1, 2.0) are version of the CLR, where build version (like 4322) is version of the class libraries.
Registry is the place to determine the version of the .NET (this is one of the most frequent question on the microsoft.public.dotnet.languages.csharp newsgroup and that encouraged me to write this article).
 
Windows Directory
All .NET FW files, core and class libraries are copied into Windows directory under Microsoft.NET\Framework\ folder. The folder subdirectories names are maps directly to the structure of the records into registry for the reliability reason to check the CLR existence.
 
GAC
All class libraries, once more, are copied into GAC, where several versions of one assembly could coexist side-by-side (take into account that the versions of components installed into GAC are different from the CLR, because into GAC you see the Win32 file version, not the assembly version). The idea to have class libraries into GAC and into Windows directory leads from the compiler design – compiler cannot compile against the files into GAC. Compile scenario uses component from Windows directory and runtime scenario uses GAC.
 
 
Starting
Each time you starts managed application the default host is started. This host has ability to determine which CLR version was used in building assembly. Host checks the registry for the version existence and delegates call to the mscoree.dll. Take into account that in case of COM Interoperability the latest version of CLR starts.
 
 
Initialization
There are several unmanaged dlls providing API to start CLR. The most important dll responding for starting CLR is mscoree.dll (startup shim). Each machine has only one copy of mscoree.dll. When new application starts all requests of loading the CLR comes to the mscoree.dll, which then directs requests to the required version of the CLR. Default CLR host or custom host looks in the assembly to get the version which was used in building application. The main work of mscoree.dll is to find the path to the correct version of mscorwks.dll (CLR engine). Steps below performs by mscoree.dll
1) reading information from the registry about physical path to the .Net folder under windows directory;
2) reading info from registry about major, minor, and build version of .net framework;
3) combine read values to create path like C:\Windows\Microsoft\.NETFramework\v1.1.4322\mscorwks.dll;
4) check path and file existence;
5) load mscorwks.dll
 
MSCORWKS.dll is a central point of .net (for workstation), it loads all related core components like JIT compiler, class libraries and etc. from the current directory.
 
Document version: 0.1
Last update: May 26, 2006
This entry was posted in Articles. Bookmark the permalink.

13 Responses to CLR Instantiation

  1. Unknown says:

    不動産投資 新築マンション 引越し マンション 売却インテリアコーディネータ 不動産 査定 不動産 売買 広島 不動産 システム開発 土壌汚染 webシステム開発 原油 紹介土地 買取 不動産会社 鹿児島 熊本 宮崎 長崎 岡山 沖縄 大分 島根 山口 アロマテラピー 全国 甘味処 全国 編物教室  足裏療法(リフレクソロジー)  アメリカ車販売  アイスクリームショップ  結婚式場  アクセサリーショップ  アウトドアショップ  明石焼き

  2. Unknown says:

    不動産 買取 マンション 売買 土地 売却 札幌 不動産 仙台 不動産 大阪 不動産 横浜 不動産 名古屋 不動産 福岡 不動産 京都 不動産 埼玉 不動産 千葉 不動産 静岡 不動産 神戸 不動産 浜松 不動産 堺市 不動産 川崎市 不動産 相模原市 不動産 姫路 不動産 岡山 不動産 明石 不動産 鹿児島 不動産 北九州市 不動産 熊本 不動産 投資 土地 査定 

  3. Unknown says:

    マンション 投資 マンション 買取 1戸建て 査定 1戸建て 買取 アロマテラピー 甘味処 編物教室 足裏療法(リフレクソロジー)アメリカ車販売 アウトレットショップ あんみつ店 SEO対策 アイスクリームショップ 結婚式場 アクセサリーショップ アウトドアショップ 明石焼き SEO対策 東京 いか焼店 囲碁教室 居合道 イギリス車販売 福岡 賃貸 車買取 自動車保険 バイク買取 美容整形

  4. Unknown says:

    労働問題 収益物件や不動産売却などにはマンション査定と土地売買と1戸建て売却が含まれる賃貸 住宅も不動産 賃貸も賃貸マンションも新築マンションもしっかりカバーしてありすごく充実したさいとでもちろん投資を目的の方やリフォームをしたい人もすごく参考になるだう。ところで今,SEO対策などいまはやっているがホームページ制作会社にいらいしてもうまくはいかないようだ。最近私は、資産運用にこっていて税金対策にインテリアを集めている。もちろんファッションにこだわりブランド品や下着,ランジェリーにはこだわりがある。 化粧品もダイエット用品高価なものがよく家具も最高級しか買わない、先日海外旅行にいってきてお土産に外車と結婚指輪と高級時計をかったが、日本でしらべたら通販ですごく安く売っていた。 物件探しは広島 不動産 岡山 不動産 松山市 不動産 香川県 不動産 徳島 不動産 高知 不動産 高松 不動産をフルカバーしてます大手で 和歌山 富山 滋賀 石川 山梨 新潟 沖縄 大分 鹿児島 宮崎 熊本 高知

Leave a comment