作者:Serge Lidin
出版日期:August 2006
出版社:Apress
页数:536
ISBN:1590596463
文件格式:PDF
Expert .NET 2.0 IL Assemberdrills down into the internal structures and operations of the .NETcommon language runtime and teaches you how to master the IL assemblylanguage, 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 youre acompiler and tool developer, a developer working on multilanguage .NETprojects, or if you just want to develop tighter, faster code for .NETFramework.
This comprehensive book provides a spectrum of information, from ILAssembler and Disassembler to metadata structures and exceptionhandling.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 tablestructure, Microsoft IL instructions, structured exception handling,managed and unmanaged code interoperation, executable file generation,and metadata manipulation API exposed by the common language runtime.