Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats Top APIs
    Version Source
  1. Catalog
  2. System.Threading
  3. Mutex
  4. Mutex(String, NamedWaitHandleOptions)
  • Mutex
    • Mutex()
    • Mutex(Boolean)
    • Mutex(Boolean, String)
    • Mutex(String, NamedWaitHandleOptions)
    • Mutex(Boolean, String, Boolean)
    • Mutex(Boolean, String, NamedWaitHandleOptions)
    • Mutex(Boolean, String, Boolean, MutexSecurity)
    • Mutex(Boolean, String, NamedWaitHandleOptions, Boolean)
    • GetAccessControl()
    • OpenExisting(String)
    • OpenExisting(String, MutexRights)
    • OpenExisting(String, NamedWaitHandleOptions)
    • ReleaseMutex()
    • SetAccessControl(MutexSecurity)
    • TryOpenExisting(String, Mutex)
    • TryOpenExisting(String, MutexRights, Mutex)
    • TryOpenExisting(String, NamedWaitHandleOptions, Mutex)
    • GetAccessControl(Mutex)
    • SetAccessControl(Mutex, MutexSecurity)
net11.0
namespace System.Threading
{
    public sealed class Mutex : WaitHandle
    {
        public Mutex(string? name, NamedWaitHandleOptions options);
    }
}
.NET
10.011.0
Information specific to net11.0
Assembly

System.Threading , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a

Referencing

The API is automatically referenced.

Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API
Search

03/26/2026
An error has occurred. This application may no longer respond until reloaded. Reload 🗙