In this chapter, we will learn more details about the CTS and the VES, that is, more about how the execution environment deals with the types and structural elements of the platform. The chapter will use code written directly in CIL to explain more details about the use of types and cover internal aspects of the execution environment.
About the Sample Code
This chapter made extensively use of the sample code to illustrate the concepts covered. We can find the source code in Apress GitHub repository: https://github.com/Apress/pro-dot-net-framework-base-class-library/Code/Ch04/CIL ...