Pro .NET Framework with the Base Class Library by Roger Villela

Pro .NET Framework with the Base Class Library by Roger Villela

Author:Roger Villela
Language: eng
Format: epub
ISBN: 9781484241912
Publisher: Apress


call void [mscorlib]System.Console::WriteLine(string, object, object)

ldstr "\n\n\nPress <ENTER> to finish..."

call void [mscorlib]System.Console::WriteLine(object)

call string [mscorlib]System.Console::ReadLine()

pop

ret

}

Listing 4-10CIL of the File vector_element_storing.il, Vector Storing

In this chapter, we learned that the VES is responsible for not only executing instructions but for guaranteeing that the CIL instructions will be executed correctly. It is important to experiment with a subset of fundamental operations, such as storing and loading, via code examples. The purpose of this chapter was to cover the more practical aspects of the relationship between the CTS and the VES.

In the next chapter, we will continue our exploration of the other aspects of the execution environment using the CIL instruction set, but including the structural and representational element of metadata.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.