C# 클래스 KeePass.Util.GlobalMutexPool

Low performance, system-wide mutex objects pool.
파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
CreateMutex ( string strName, bool bInitiallyOwned ) : bool
Refresh ( ) : void
ReleaseAll ( ) : void
ReleaseMutex ( string strName ) : bool

비공개 메소드들

메소드 설명
CreateMutexUnix ( string strName, bool bInitiallyOwned ) : bool
CreateMutexWin ( string strName, bool bInitiallyOwned ) : bool
GetMutexPath ( string strName ) : string
ReleaseMutexUnix ( string strName ) : bool
ReleaseMutexWin ( string strName ) : bool
WriteMutexFilePriv ( string strPath ) : void

메소드 상세

CreateMutex() 공개 정적인 메소드

public static CreateMutex ( string strName, bool bInitiallyOwned ) : bool
strName string
bInitiallyOwned bool
리턴 bool

Refresh() 공개 정적인 메소드

public static Refresh ( ) : void
리턴 void

ReleaseAll() 공개 정적인 메소드

public static ReleaseAll ( ) : void
리턴 void

ReleaseMutex() 공개 정적인 메소드

public static ReleaseMutex ( string strName ) : bool
strName string
리턴 bool