Creates and attempts to acquire a named Mutex based on a file name in its ctor, releases and closes the Mutex in dtor. Used to control access to a file across multiple 3ds Max sessions. An instance of this is typically created in a 'using' context so that its Dispose method is called as the 'using' context is exitted.