Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cost for .Net
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00609123
Message ID:
00613207
Vues:
31
>>I don't think C# can run unmanaged code...C++ has the ability to do managed or unmanaged. I'll try to look into it tomorrow.
>
>I've never done it, but it looks possible. message#613147

Even if you can do it (write unmanaged/unsafe code), avoid doing it at all cost. The reason is code access security. Your user or your network administrator can set a machine policy that will prevent unsafe code from loading into memory. Think of downloadable components and distributing your apps over the internet. Would you really want users downloading and running code that can set pointers all over the place?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform