CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Dec 2001
    Location
    UK
    Posts
    308

    Managed Code Execution

    Hi,

    How is the Managed Code is executed in CLR.
    what are the process and components of CLR involve during this process


    thanx

    Venu
    Venu Bharadwaj
    "Dream it. U can do it!"

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    The following PDF document should help:'Technical Overview of the Common Language Runtime'

  3. #3
    Join Date
    May 2013
    Posts
    1

    Re: Managed Code Execution

    Quote Originally Posted by bharadwajrv View Post
    Hi,

    How is the Managed Code is executed in CLR.
    what are the process and components of CLR involve during this process


    thanx

    Venu
    Choosing the right compiler ->Compiling the code to MSIL ->Compiling MSIL to native code ->Excecution of Code

    you can see in deatil from the following...

    http://net-informations.com/faq/fram...on-process.htm

    yang

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured