Common Language Infrastructure (CLI) Introduction and Class Library Factorization
Short Description
Overview of the CLI
- A file format
- A common type system
- An extensible metadata system
- An intermediate language
- Access to the underlying platform
- A factored base class library
Website: www.ecma-international.org | Filesize: 563kb
No of Page(s): 26
Content
…
File Format
- Based on COFF
- Uses existing extension mechanism
- Code represented as MSIL instructions
- Metadata stored in read-only area
- EAT / IAT for access to platform only
- Methods include a descriptive header
- Stack frame size
- Types of local variables and parameters
- Pinned variable information
- Exception handler table
…
Get the file Download here
Related Books:Related Searches: descriptive header, stack frame, language infrastructure, exception handler, intermediate language
Comments
Leave a Reply