CIL Programming

by Jason Bock

0 ratings • 0 reviews • 0 shelved
Book cover for CIL Programming

Bookhype may earn a small commission from qualifying purchases. Full disclosure.

Most .NET developers will use a high-level language, such as C# or VB .NET, to develop their systems. However, the core language of .NET is the Common Intermediate Language, or CIL. This language is the language of .NET-whatever is allowed by the .NET specifications can be done in CIL, and it can do much that C# and VB .NET cannot. Understanding how the CIL works will give .NET developers a deep, language-independent insight into the core parts of .NET. Furthermore, such knowledge is essential for creating dynamic types, a powerful part of the .NET Framework. In this book, Bock covers the essentials of programming the CIL. First, he discusses the basics of what .NET: assemblies are, how manifests fit into the picture, and much more. Bock then shows how to create assemblies in .NET-this will cover the ilasm directives and CIL opcodes, and how these are used to define assemblies, classes, field, methods, and method definitions. Bock also covers how C# and VB .NET and other non-MS languages emit CIL and how they differ. Finally, Bock shows how one can create dynamic assemblies at runtime via the Emitter classes.
  • ISBN10 1430251557
  • ISBN13 9781430251552
  • Publish Date 15 January 2014 (first published 19 June 2002)
  • Publish Status Withdrawn
  • Out of Print 18 October 2014
  • Publish Country US
  • Imprint Springer
  • Format Paperback (US Trade)
  • Pages 368
  • Language English