Manish Tewatia
Does direct memory manipulation is an unsafe operations, if yes, how?
By Manish Tewatia in .NET Remoting on Apr 19 2011
  • Vulpes
    Apr, 2011 19

    Yes, direct memory manipulation is an unsafe operation in .NET because the CLR can't be sure what effect direct writes to memory will have on existing structures and so can't give any guarantees about its safety. This is why any code that uses unmanaged pointers needs to be marked as 'unsafe' when using C#.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS