This is lesson 1 of 5 in this module Course 7% complete

Stack Memory

Premium Content

Sign in with your account or join us to access this lesson.

This lesson explains the .NET linear memory layout where the stack and heap grow toward each other, and details how a new stack frame is pushed for every method call to store its parameters, return address, and local variables.