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

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

공개 프로퍼티들

프로퍼티 타입 설명
iCountErrors System.Int32
iCountTestcases System.Int32
m_Queue Queue
m_ThreadAge System.Int32
m_ThreadCount System.Int32
m_ThreadsToUse System.Int32
s_strActiveBugNums String
s_strComponentBeingTested String
s_strDtTmVer String
s_strTFAbbrev String
s_strTFName String
s_strTFPath String
verbose Boolean

공개 메소드들

메소드 설명
Main ( String args ) : void
StartDeEnThread ( ) : void
StartDeThread ( ) : void
StartEnDeThread ( ) : void
StartEnThread ( ) : void
runTest ( ) : Boolean

메소드 상세

Main() 공개 정적인 메소드

public static Main ( String args ) : void
args String
리턴 void

StartDeEnThread() 공개 메소드

public StartDeEnThread ( ) : void
리턴 void

StartDeThread() 공개 메소드

public StartDeThread ( ) : void
리턴 void

StartEnDeThread() 공개 메소드

public StartEnDeThread ( ) : void
리턴 void

StartEnThread() 공개 메소드

public StartEnThread ( ) : void
리턴 void

runTest() 공개 메소드

public runTest ( ) : Boolean
리턴 Boolean

프로퍼티 상세

iCountErrors 공개적으로 프로퍼티

public Int32,System iCountErrors
리턴 System.Int32

iCountTestcases 공개적으로 프로퍼티

public Int32,System iCountTestcases
리턴 System.Int32

m_Queue 공개적으로 프로퍼티

public Queue m_Queue
리턴 Queue

m_ThreadAge 공개적으로 프로퍼티

public Int32,System m_ThreadAge
리턴 System.Int32

m_ThreadCount 공개적으로 프로퍼티

public Int32,System m_ThreadCount
리턴 System.Int32

m_ThreadsToUse 공개적으로 프로퍼티

public Int32,System m_ThreadsToUse
리턴 System.Int32

s_strActiveBugNums 공개적으로 정적으로 프로퍼티

public static String s_strActiveBugNums
리턴 String

s_strComponentBeingTested 공개적으로 정적으로 프로퍼티

public static String s_strComponentBeingTested
리턴 String

s_strDtTmVer 공개적으로 정적으로 프로퍼티

public static String s_strDtTmVer
리턴 String

s_strTFAbbrev 공개적으로 정적으로 프로퍼티

public static String s_strTFAbbrev
리턴 String

s_strTFName 공개적으로 정적으로 프로퍼티

public static String s_strTFName
리턴 String

s_strTFPath 공개적으로 정적으로 프로퍼티

public static String s_strTFPath
리턴 String

verbose 공개적으로 프로퍼티

public Boolean verbose
리턴 Boolean