mscorlib(4.0.0.0) API with additions
System.Threading.Mutex Member List

This is the complete list of members for System.Threading.Mutex, including all inherited members.

Close()System.Threading.WaitHandlevirtual
CreateObjRef(Type requestedType)System.MarshalByRefObjectvirtual
Dispose(bool explicitDisposing)System.Threading.WaitHandleprotectedvirtual
Dispose()System.Threading.WaitHandle
GetAccessControl()System.Threading.Mutex
GetLifetimeService()System.MarshalByRefObject
HandleSystem.Threading.WaitHandle
InitializeLifetimeService()System.MarshalByRefObjectvirtual
InvalidHandleSystem.Threading.WaitHandleprotectedstatic
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectprotected
Mutex(bool initiallyOwned, string name, out bool createdNew)System.Threading.Mutex
Mutex(bool initiallyOwned, string name, out bool createdNew, MutexSecurity mutexSecurity)System.Threading.Mutex
Mutex(bool initiallyOwned, string name)System.Threading.Mutex
Mutex(bool initiallyOwned)System.Threading.Mutex
Mutex()System.Threading.Mutex
OpenExisting(string name)System.Threading.Mutexstatic
OpenExisting(string name, MutexRights rights)System.Threading.Mutexstatic
ReleaseMutex()System.Threading.Mutex
SafeWaitHandleSystem.Threading.WaitHandle
SetAccessControl(MutexSecurity mutexSecurity)System.Threading.Mutex
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn)System.Threading.WaitHandlestatic
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn, TimeSpan timeout, bool exitContext)System.Threading.WaitHandlestatic
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn, int millisecondsTimeout, bool exitContext)System.Threading.WaitHandlestatic
TryOpenExisting(string name, out Mutex result)System.Threading.Mutexstatic
TryOpenExisting(string name, MutexRights rights, out Mutex result)System.Threading.Mutexstatic
WaitAll(WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles, TimeSpan timeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles, int millisecondsTimeout)System.Threading.WaitHandlestatic
WaitAll(WaitHandle[] waitHandles, TimeSpan timeout)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles, TimeSpan timeout, bool exitContext)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles, TimeSpan timeout)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles)System.Threading.WaitHandlestatic
WaitAny(WaitHandle[] waitHandles, int millisecondsTimeout)System.Threading.WaitHandlestatic
WaitHandle()System.Threading.WaitHandleprotected
WaitOne(int millisecondsTimeout, bool exitContext)System.Threading.WaitHandlevirtual
WaitOne(TimeSpan timeout, bool exitContext)System.Threading.WaitHandlevirtual
WaitOne()System.Threading.WaitHandlevirtual
WaitOne(int millisecondsTimeout)System.Threading.WaitHandlevirtual
WaitOne(TimeSpan timeout)System.Threading.WaitHandlevirtual
WaitTimeoutSystem.Threading.WaitHandle