mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 18:20:26 +09:00
parent
a9ac38602d
commit
f2dddc0c1d
1 changed files with 6 additions and 0 deletions
6
docs/coreclr/glossary.md
Normal file
6
docs/coreclr/glossary.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
* COR: [Common Object Runtime](http://www.danielmoth.com/Blog/mscorlibdll.aspx). The name of .NET before it was named .NET.
|
||||
* DAC: Data Access Component. An abstraction layer over the internal structures in the runtime.
|
||||
* EE: Execution Engine.
|
||||
* PAL: [Platform Adaptation Layer](http://archive.oreilly.com/pub/a/dotnet/2002/03/04/rotor.html). Provides an abstraction layer between the runtime and the operating system
|
||||
* SOS: [Son of Strike](http://blogs.msdn.com/b/jasonz/archive/2003/10/21/53581.aspx). The debugging extension for DbgEng based debuggers. Uses the DAC as an abstraction layer for its operation.
|
||||
* URT: Universal Runtime. Ancient name for what ended up being .NET, is used in the WinError facility name FACILITY_URT.
|
Loading…
Add table
Add a link
Reference in a new issue