Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
See: Replacing API Calls with .NET Framework Classes
Message
De
22/02/2002 08:28:07
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
See: Replacing API Calls with .NET Framework Classes
Divers
Thread ID:
00623657
Message ID:
00623657
Vues:
41
Read the article at the microsoft site:

Replacing API Calls with .NET Framework Classes
Upgrading to Microsoft .NET
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/replaceapicalls.asp?frame=true
Ken Getz
MCW Technologies
February 2002

Abstract:
< snip >
Determine file version information?
Read and write to any location in the registry?
Determine user's special folders, such as the Microsoft Windows® Favorites, or Personal folders?
Retrieve a list of all available drives?
Find out the user's login name, or the computer name?
Retrieve a list of all open windows?

< snip >
The .NET common language runtime is meant to be platform non-specific. Whenever you use a Windows API call, you're tying your code to the specific platform
Calling the Windows API (or any unmanaged code in Dlls) from .NET isn't as simple as it was in Visual Basic 6.0.
< snip >
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform