About this document
C# Object Internals and Delegates by Sajal Mitra is a document available to read on EtoBox.
This document provides an overview of the internals of .NET objects and the Common Language Runtime (CLR) implementation known as Rotor. It discusses how managed objects are represented in the runtime, how method tables store type metadata and code pointers, how external and static methods are implemented, how strings and arrays are laid out in memory, and how synchronization is achieved using monitors. The source code for many core CLR components is written in C++.
- Author
- Sajal Mitra
- Language
- EN