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

Mutex() private method

private Mutex ( bool initiallyOwned, String name ) : System
initiallyOwned bool
name String
return System
        public Mutex(bool initiallyOwned, String name) : this(initiallyOwned, name, out dummyBool) {
        }

Same methods

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