C# 클래스 StaticLocks, shared-source-cli-2.0

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

공개 프로퍼티들

프로퍼티 타입 설명
counter int

공개 메소드들

메소드 설명
Contention ( ) : void
ForceContention ( ) : void
Main ( ) : void
RunTest ( ) : void

비공개 메소드들

메소드 설명
Bar ( StaticLocks, a ) : void
Foo ( StaticLocks, a ) : void

메소드 상세

Contention() 공개 메소드

public Contention ( ) : void
리턴 void

ForceContention() 공개 메소드

public ForceContention ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

RunTest() 공개 메소드

public RunTest ( ) : void
리턴 void

프로퍼티 상세

counter 공개적으로 프로퍼티

public int counter
리턴 int