mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Threading.Mutex, including all inherited members.
Close() | System.Threading.WaitHandle | virtual |
CreateObjRef(Type requestedType) | System.MarshalByRefObject | virtual |
Dispose(bool explicitDisposing) | System.Threading.WaitHandle | protectedvirtual |
Dispose() | System.Threading.WaitHandle | |
GetAccessControl() | System.Threading.Mutex | |
GetLifetimeService() | System.MarshalByRefObject | |
Handle | System.Threading.WaitHandle | |
InitializeLifetimeService() | System.MarshalByRefObject | virtual |
InvalidHandle | System.Threading.WaitHandle | protectedstatic |
MemberwiseClone(bool cloneIdentity) | System.MarshalByRefObject | protected |
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.Mutex | static |
OpenExisting(string name, MutexRights rights) | System.Threading.Mutex | static |
ReleaseMutex() | System.Threading.Mutex | |
SafeWaitHandle | System.Threading.WaitHandle | |
SetAccessControl(MutexSecurity mutexSecurity) | System.Threading.Mutex | |
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn) | System.Threading.WaitHandle | static |
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn, TimeSpan timeout, bool exitContext) | System.Threading.WaitHandle | static |
SignalAndWait(WaitHandle toSignal, WaitHandle toWaitOn, int millisecondsTimeout, bool exitContext) | System.Threading.WaitHandle | static |
TryOpenExisting(string name, out Mutex result) | System.Threading.Mutex | static |
TryOpenExisting(string name, MutexRights rights, out Mutex result) | System.Threading.Mutex | static |
WaitAll(WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles, TimeSpan timeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles, int millisecondsTimeout) | System.Threading.WaitHandle | static |
WaitAll(WaitHandle[] waitHandles, TimeSpan timeout) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles, TimeSpan timeout, bool exitContext) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles, TimeSpan timeout) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles) | System.Threading.WaitHandle | static |
WaitAny(WaitHandle[] waitHandles, int millisecondsTimeout) | System.Threading.WaitHandle | static |
WaitHandle() | System.Threading.WaitHandle | protected |
WaitOne(int millisecondsTimeout, bool exitContext) | System.Threading.WaitHandle | virtual |
WaitOne(TimeSpan timeout, bool exitContext) | System.Threading.WaitHandle | virtual |
WaitOne() | System.Threading.WaitHandle | virtual |
WaitOne(int millisecondsTimeout) | System.Threading.WaitHandle | virtual |
WaitOne(TimeSpan timeout) | System.Threading.WaitHandle | virtual |
WaitTimeout | System.Threading.WaitHandle |