This documentation is archived and is not being maintained.
Mutex Constructor
Visual Studio 2010
Initializes a new instance of the Mutex class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Mutex() | Initializes a new instance of the Mutex class with default properties. |
|
Mutex(Boolean) | Initializes a new instance of the Mutex class with a Boolean value that indicates whether the calling thread should have initial ownership of the mutex. |
|
Mutex(Boolean, String) | Initializes a new instance of the 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. |
|
Mutex(Boolean, String, Boolean%) | Initializes a new instance of the Mutex class with a Boolean value that indicates whether the calling thread should have initial ownership of the mutex, a string that is the name of the mutex, and a Boolean value that, when the method returns, indicates whether the calling thread was granted initial ownership of the mutex. |
|
Mutex(Boolean, String, Boolean%, MutexSecurity) | Initializes a new instance of the Mutex class with a Boolean value that indicates whether the calling thread should have initial ownership of the mutex, a string that is the name of the mutex, a Boolean variable that, when the method returns, indicates whether the calling thread was granted initial ownership of the mutex, and the access control security to be applied to the named mutex. |
Show: