unmanaged code
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Managed code is everything that runs under the CLR. Unmanaged is everything that does not. C# provdies this feature, VB.NET does not. It is as simple as that. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
If you want to use pointers in c# u have to write unsafe codes which result in unmanaged. --- Eat Bytes Everyday Zakaria Bin Abdur Rouf zakaria7@gmail.com