What does "external code" in the call stack mean?

Viewed 36495

I call a method in Visual Studio and attempt to debug it by going over the call stack.

Some of the rows in it are marked "External code".

What exactly does this mean? Methods from a .dll have been executed?

6 Answers
Related