C# 클래스 System.Threading.Mutex

상속: WaitHandle
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

비공개 메소드들

메소드 설명
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