Register  -  Login
Current Page:  Coding Fun
 Search
Google
 
 
 
 
Author: gmon Created: 5/13/2007 12:13 PM
Coding in the .NET world

Accessing Legacy Code with P/Invoke
By gmon on 5/19/2007 6:21 PM

In 2002, Microsoft introduced a new programming framework called the .NET Framework. Programs written in any .NET language are compiled to an intermediate code called the Microsoft Intermediate Language (MSIL) and this intermediate code is run on top of something called the Common Language Runtime (CLR). The .NET Framework also includes a large set of prewritten classes called the Framework Class Library.

 

The Microsoft Intermediate Language, C ...

More...

 
 
 
Privacy Statement  |  Terms Of Use  |  Copyright 2007 by GmonWeb