System.Threading.Mutex: Constructor Members

The constructors of System.Threading.Mutex are listed below. For a list of all members, see the Mutex Members list.

See Also: Inherited members from System.Threading.WaitHandle

Public Constructors

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.