C# Class TuningHostProject.HostWorker

Afficher le fichier Open project: noahsw/highlight-hunter

Méthodes publiques

Свойство Type Description
AllowedConcurrentScanCount int
CancelTest bool
CompletedPassesCount int
CompletedPassesCountAtSessionStart int
CompletedPassesCountThisSession int
CompletedScansInThisPass int
CurrentConsecutiveDarkFramesInSecondsThreshold float
CurrentDarknessPercentageThreshold int
CurrentIndividualPixelBrightnessThreshold int
CurrentPassNumber int
CurrentPixelScanPercentageThreshold int
CurrentSecondsSkipThreshold float
InputFileCount int
NextInputFileNumber int
PassAccurateCount int
PassActualScore int
PassFalsePositivesCount int
PassFoundCount int
PassMaxScore int
PassMissingCount int
PassScanTime System.TimeSpan
ScanProcessList List
TotalPassesCount int

Méthodes publiques

Méthode Description
Cleanup ( ) : void
DoWork ( ) : void
Initialize ( TuningForm mTf ) : void
WriteTuningGraphLogHeader ( ) : void

Private Methods

Méthode Description
CheckForCancel ( ) : bool
LogInfo ( string message ) : void

Method Details

Cleanup() public static méthode

public static Cleanup ( ) : void
Résultat void

DoWork() public static méthode

public static DoWork ( ) : void
Résultat void

Initialize() public static méthode

public static Initialize ( TuningForm mTf ) : void
mTf TuningForm
Résultat void

WriteTuningGraphLogHeader() public static méthode

public static WriteTuningGraphLogHeader ( ) : void
Résultat void

Property Details

AllowedConcurrentScanCount public_oe static_oe property

The current number of allowed concurrent scans. Default is 3.
public static int AllowedConcurrentScanCount
Résultat int

CancelTest public_oe static_oe property

public static bool CancelTest
Résultat bool

CompletedPassesCount public_oe static_oe property

public static int CompletedPassesCount
Résultat int

CompletedPassesCountAtSessionStart public_oe static_oe property

public static int CompletedPassesCountAtSessionStart
Résultat int

CompletedPassesCountThisSession public_oe static_oe property

public static int CompletedPassesCountThisSession
Résultat int

CompletedScansInThisPass public_oe static_oe property

public static int CompletedScansInThisPass
Résultat int

CurrentConsecutiveDarkFramesInSecondsThreshold public_oe static_oe property

public static float CurrentConsecutiveDarkFramesInSecondsThreshold
Résultat float

CurrentDarknessPercentageThreshold public_oe static_oe property

public static int CurrentDarknessPercentageThreshold
Résultat int

CurrentIndividualPixelBrightnessThreshold public_oe static_oe property

The current threshold settings. These are public so the calling form can access them.
public static int CurrentIndividualPixelBrightnessThreshold
Résultat int

CurrentPassNumber public_oe static_oe property

public static int CurrentPassNumber
Résultat int

CurrentPixelScanPercentageThreshold public_oe static_oe property

public static int CurrentPixelScanPercentageThreshold
Résultat int

CurrentSecondsSkipThreshold public_oe static_oe property

public static float CurrentSecondsSkipThreshold
Résultat float

InputFileCount public_oe static_oe property

public static int InputFileCount
Résultat int

NextInputFileNumber public_oe static_oe property

public static int NextInputFileNumber
Résultat int

PassAccurateCount public_oe static_oe property

public static int PassAccurateCount
Résultat int

PassActualScore public_oe static_oe property

Variables to keep track of the pass info
public static int PassActualScore
Résultat int

PassFalsePositivesCount public_oe static_oe property

public static int PassFalsePositivesCount
Résultat int

PassFoundCount public_oe static_oe property

public static int PassFoundCount
Résultat int

PassMaxScore public_oe static_oe property

public static int PassMaxScore
Résultat int

PassMissingCount public_oe static_oe property

public static int PassMissingCount
Résultat int

PassScanTime public_oe static_oe property

public static TimeSpan,System PassScanTime
Résultat System.TimeSpan

ScanProcessList public_oe static_oe property

Maintains a list of currently running scans and their associated process
public static List ScanProcessList
Résultat List

TotalPassesCount public_oe static_oe property

public static int TotalPassesCount
Résultat int