Are they finally marking all those functions that use IntPtrs as unsafe? (such as Marshal.Copy)
Not really, because IntPtr is just a native-sized integer.
Marshal.Copy will certainly be marked unsafe, as will anything else that touches unmanaged memory.
Not really, because IntPtr is just a native-sized integer.
Marshal.Copy will certainly be marked unsafe, as will anything else that touches unmanaged memory.