I know that in .Net all 32-bit types (e.g, int, bool, etc) are thread safe. That is, there won\'t be a partial write (according to the specificatio
int
bool
From http://msdn.microsoft.com/en-us/library/b3h38hb0.aspx:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.