System.Threading.Mutex.Mutex C# (CSharp) Method

Mutex() private method

private Mutex ( ) : System
return System
        public Mutex() : this(false, null, out dummyBool)
        {
        }
		

Same methods

Mutex::Mutex ( SafeWaitHandle handle ) : System
Mutex::Mutex ( bool initiallyOwned ) : System
Mutex::Mutex ( bool initiallyOwned, String name ) : System
Mutex::Mutex ( bool initiallyOwned, String name, bool &createdNew ) : System