| Doc Type | Tips & Tricks |
| Email Setting | Make Public |
| Email Address | steve dot robinson at notes411 dot com |
| Keep informed? | Yes |
| Author | Steven Charles Robinson |
| Company Name | Notes411 |
| Category | .NET Framework |
| Modified | 04/09/2006 19:47:00 |
| Subject | The .NET Framework a simple diagram |
.NET Framework
IL is short for MSIL (Microsoft Intermediate
Language)
The IL contains all the information about
your application e,g methods, properties, events, types, exceptions, security
objects etc and also metadata about what types in your code that can or
cannot be exposed to other applications. This was called a Type Library
in Visual Basic or an IDL (Iinterface definition Language) in Visual C++.
|