C# 클래스 Iaik.Utils.Locking.LockSupervisor

파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
AcquireLock ( ILockContext ctx ) : void
AcquiredLock ( ILockContext ctx ) : void
Initialize ( string dumpFile ) : void
ReleaseLock ( ILockContext ctx ) : void

비공개 메소드들

메소드 설명
AddAction ( string action ) : void

메소드 상세

AcquireLock() 공개 정적인 메소드

public static AcquireLock ( ILockContext ctx ) : void
ctx ILockContext
리턴 void

AcquiredLock() 공개 정적인 메소드

public static AcquiredLock ( ILockContext ctx ) : void
ctx ILockContext
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( string dumpFile ) : void
dumpFile string
리턴 void

ReleaseLock() 공개 정적인 메소드

public static ReleaseLock ( ILockContext ctx ) : void
ctx ILockContext
리턴 void