Advanced .NET IL Assembler is a
comprehensive drill-down into the inner workings of the .NET Framework.
Acknowledged runtime expert and Microsoft insider Serge Lidin steps through the
internal structures and operations that take place when .NET code is executed,
showing how the syntax and grammar of the coding language is broken down into
low-level units that can be expressed through the ILAsm language that runs
behind the scenes in .NET.
By reading this book you will develop
the skills you need to write tighter, faster, .NET code; to debug complex error
handling situations; and to oversee multi-language and multi-platform projects
with confidence.
Auflage
Sprache
Verlagsort
Verlagsgruppe
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG
Zielgruppe
Für Beruf und Forschung
Popular/general
Illustrationen
37
37 s/w Abbildungen
XXVI, 492 p. 37 illus.
Maße
Höhe: 235 mm
Breite: 191 mm
Dicke: 27 mm
Gewicht
ISBN-13
978-1-4302-6761-4 (9781430267614)
DOI
10.1007/978-1-4302-6760-7
Schweitzer Klassifikation
Serge Lidin is a software development engineer for Microsoft in Washington state.
PART 1: 1. Simple Sample 2. Enhancing your .NET Code 3. Making IL Coding Easier PART 2: 4. The Structure of a Managed Executable File5. Metadata Tables Organization PART 3: 6. Modules and Assemblies 7. Namespaces and Classes 8. Primitive Types and Signitures 9. Fields and Data Constants 10. Methods 11. Generic Types 12. Generic Methods PART 4: 13. IL Instructions 14. Managed Exception Handling PART 5: 15. Events and Properties 16. Custom Attributes 17. Security Attributes 18. Managed and Unmanaged Code Interoperation 19. Multilanguage Projects 20. Appendix A 21. Appendix B 22. Appendix C 23. Appendix D 24. Appendix E