Reference Types
We define reference types as always pointing to heap memory regardless of where the variable itself lives, illustrate the memory layout for nested reference fields inside heap objects, and explain how stack versus heap placement controls the lifetime of data in a .NET application.
Previous Module
.NET Runtime Memory Management
This Module
The .NET Type System