|
Expert .NET 2.0 IL Assembler
Expert .NET 2.0 IL Assember drills down into the internal structures and operations of the .NET common language runtime and teaches you how to master the IL assembly language, ILAsm. (The rule of thumb is that if the runtime can do it, ILAsm must be able to express it.) This book is ideal if you're a compiler and tool developer, a developer working
on multilanguage .NET projects, or if you just want to develop tighter, faster code for .NET Framework.
This comprehensive book provides a spectrum of information, from IL Assembler and Disassembler to metadata structures and exception handling.
This is the second edition of a successful and well-respected .NET 1.1 book.
Includes detailed, hard-to-find information on the APIs exposed by the .NET 2.0 runtime.
This is the only definitive guide to MSIL on .NET 2.0.
Topics include managed executable file structure, metadata table structure, Microsoft IL instructions, structured exception handling, managed and unmanaged code interoperation, executable file generation, and metadata manipulation API exposed by the common language runtime.
PART 1 - Quick Start
CHAPTER 1 Simple Sample
CHAPTER 2 Enhancing the Code
CHAPTER 3 Making the Coding Easier
PART 2 - Underlying Structures
CHAPTER 4 The Structure of a Managed Executable File
CHAPTER 5 Metadata Tables Organization
PART 3 - Fundamental Components
CHAPTER 6 Modules and Assemblies
CHAPTER 7 Namespaces and Classes
CHAPTER 8 Primitive Types and Signatures
CHAPTER 9 Fields and Data Constants
CHAPTER 10 Methods
CHAPTER 11 Generic Types
CHAPTER 12 Generic Methods
PART 4 - Inside the Execution Engine
CHAPTER 13 IL Instructions
CHAPTER 14 Managed Exception Handling
PART 5 - Special Components
CHAPTER 15 Events and Properties
CHAPTER 16 Custom Attributes
CHAPTER 17 Security Attributes
CHAPTER 18 Managed and Unmanaged Code Interoperation
CHAPTER 19 Multilanguage Projects
PART 6 - Appendixes
APPENDIX A ILAsm Grammar Reference
APPENDIX B Metadata Tables Reference
APPENDIX C IL Instruction Set Reference
APPENDIX D IL Assembler and Disassembler Command-Line Options
APPENDIX E Offline Verification Tool Reference
INDEX
|