jagan(8/24/2008)
|
common language runtime is the execution engine for .NET Framework applications.
Provideing
• Enforcement of code access security
• Exception handling
• Interoperation COM objects, and pre-existing DLLs
• Automation of object layout
• Code management (loading and execution)
• Application memory isolation
• type safety
• Convert IL to native code
• Access to metadata
• memory management
|
|