Jump to content

Virtual Execution System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 182.19.78.137 (talk) at 11:51, 26 November 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In Microsoft's .NET framework, the Virtual Execution System (VES) provides an environment for executing managed code. It provides direct support for a set of built-in data types, defines a hypothetical machine with an associated machine model and state, a set of control flow constructs, and an exception handling model. To a large extent, the purpose of the VES is to provide the support required to execute the Common Intermediate Language instruction set.It is used in CLR.

See also