C# 클래스 NiceHashMiner.Forms.Form_Benchmark

상속: System.Windows.Forms.Form, IListItemCheckColorSetter, IBenchmarkComunicator, IBenchmarkCalculation
파일 보기 프로젝트 열기: nicehash/NiceHashMiner 1 사용 예제들

공개 메소드들

메소드 설명
CalcBenchmarkDevicesAlgorithmQueue ( ) : void
Form_Benchmark ( BenchmarkPerformanceType benchmarkPerformanceType = BenchmarkPerformanceType.Standard, bool autostart = false, AlgorithmType singleBenchmarkType = AlgorithmType.NONE ) : System
LviSetColor ( System.Windows.Forms.ListViewItem lvi ) : void
OnBenchmarkComplete ( bool success, string status ) : void
SetCurrentStatus ( string status ) : void

비공개 메소드들

메소드 설명
BenchmarkStoppedGUISettings ( ) : void
BenchmarkingTimer_Tick ( object sender, EventArgs e ) : void
CloseBtn_Click ( object sender, EventArgs e ) : void
CopyBenchmarks ( ) : void
EndBenchmark ( ) : void
FormBenchmark_New_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitLocale ( ) : void
NextBenchmark ( ) : void
ResetBenchmarkProgressStatus ( ) : void
SetLabelBenchmarkSteps ( int current, int max ) : void
ShoulBenchmark ( Algorithm algorithm ) : bool
StartBenchmark ( ) : void
StartButonClick ( ) : bool
StartStopBtn_Click ( object sender, EventArgs e ) : void
StepUpBenchmarkStepProgress ( ) : void
StopButonClick ( ) : void
checkBox_StartMiningAfterBenchmark_CheckedChanged ( object sender, EventArgs e ) : void
devicesListView1_ItemSelectionChanged ( object sender, System.Windows.Forms.ListViewItemSelectionChangedEventArgs e ) : void
getDotsWaitString ( ) : string
radioButton_RE_SelectedUnbenchmarked_CheckedChanged ( object sender, EventArgs e ) : void
radioButton_SelectedUnbenchmarked_CheckedChanged_1 ( object sender, EventArgs e ) : void

메소드 상세

CalcBenchmarkDevicesAlgorithmQueue() 공개 메소드

public CalcBenchmarkDevicesAlgorithmQueue ( ) : void
리턴 void

Form_Benchmark() 공개 메소드

public Form_Benchmark ( BenchmarkPerformanceType benchmarkPerformanceType = BenchmarkPerformanceType.Standard, bool autostart = false, AlgorithmType singleBenchmarkType = AlgorithmType.NONE ) : System
benchmarkPerformanceType BenchmarkPerformanceType
autostart bool
singleBenchmarkType AlgorithmType
리턴 System

LviSetColor() 공개 메소드

public LviSetColor ( System.Windows.Forms.ListViewItem lvi ) : void
lvi System.Windows.Forms.ListViewItem
리턴 void

OnBenchmarkComplete() 공개 메소드

public OnBenchmarkComplete ( bool success, string status ) : void
success bool
status string
리턴 void

SetCurrentStatus() 공개 메소드

public SetCurrentStatus ( string status ) : void
status string
리턴 void