C# Class System.Threading.Mutex

Inheritance: WaitHandle
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
AcquireReservedMutex ( bool &bHandleObtained ) : void
CreateMutexHandle ( bool initiallyOwned, String name, Win32Native securityAttribute, SafeWaitHandle &mutexHandle ) : int
Mutex ( ) : System
Mutex ( SafeWaitHandle handle ) : System
Mutex ( bool initiallyOwned ) : System
Mutex ( bool initiallyOwned, String name ) : System
Mutex ( bool initiallyOwned, String name, bool &createdNew ) : System
MutexCleanupCode ( Object userData, bool exceptionThrown ) : void
OpenExisting ( string name ) : Mutex
ReleaseMutex ( ) : void
ReleaseReservedMutex ( ) : void