I understand the concept of a mutex. It was very well explained here.
But now I want to know what a mutex really is. My guess is that .NET is taking some primitive system resource (maybe even just a memory address?) and wrapping it in an object that it calls a mutex.
Anyone know exactly how a mutex is achieved in .NET?