The members of System.Threading.Mutex are listed below.
See Also: Inherited members from System.Threading.WaitHandle
Mutex() |
Initializes a new instance of the System.Threading.Mutex class with default properties. | |
Initializes a new instance of the System.Threading.Mutex class with a Boolean value that indicates whether the calling thread should have initial ownership of the mutex. | ||
Initializes a new instance of the System.Threading.Mutex class with a Boolean value that indicates whether the calling thread should have initial ownership of the mutex, and a string that is the name of the mutex. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. |
GetAccessControl()
| ||
static | OpenExisting(string)
| |
static | OpenExisting(string, System.Security.AccessControl.MutexRights)
| |
ReleaseMutex()
| ||
SetAccessControl(System.Security.AccessControl.MutexSecurity)
| ||
static | TryOpenExisting(string, out Mutex)Documentation for this section has not yet been entered. | |
static | TryOpenExisting(string, System.Security.AccessControl.MutexRights, out Mutex)Documentation for this section has not yet been entered. |