M

M

managed code Code that runs under the common language runtime. The common language runtime handles many tasks that would formerly have been handled in the application s executable. Managed code solves the Windows programming problems of component registration and versioning (sometimes called DLL Hell) because managed code contains all the versioning and type information that the common language runtime needs to run the application. The common language runtime handles registration dynamically at run time rather than statically through the system registry, as is done with applications based on the Component Object Model (COM).

metadata Data about data. For example, the name, version, security information, and size of a file constitute metadata about the file.

Microsoft Intermediate Language (MSIL) A low-level language that is just-in-time compiled to native code at run time. All .NET assemblies are represented in the MSIL.

MSIL See Microsoft Intermediate Language.

multidimensional array An array that contains more than one dimension.



MCAD(s)MCSD Self-Paced Training Kit(c) Developing Windows-Based Applications With Microsoft Visual Basic. Net a[.  .. ]0-316
MCAD(s)MCSD Self-Paced Training Kit(c) Developing Windows-Based Applications With Microsoft Visual Basic. Net a[. .. ]0-316
ISBN: 735619263
EAN: N/A
Year: 2003
Pages: 110

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net