C# 클래스 CPUMinerGUI.Miner

파일 보기 프로젝트 열기: curly-brace/Claymore-CPU-Miner-GUI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hashrate string
logFile string
lowCpu bool
pid int
pool PoolItem
priority int
proc System.Diagnostics.Process
threads string

공개 메소드들

메소드 설명
Miner ( int p, string t, bool l, PoolItem pi, Process pr, string log ) : System

메소드 상세

Miner() 공개 메소드

public Miner ( int p, string t, bool l, PoolItem pi, Process pr, string log ) : System
p int
t string
l bool
pi PoolItem
pr System.Diagnostics.Process
log string
리턴 System

프로퍼티 상세

hashrate 공개적으로 프로퍼티

public string hashrate
리턴 string

logFile 공개적으로 프로퍼티

public string logFile
리턴 string

lowCpu 공개적으로 프로퍼티

public bool lowCpu
리턴 bool

pid 공개적으로 프로퍼티

public int pid
리턴 int

pool 공개적으로 프로퍼티

public PoolItem,CPUMinerGUI pool
리턴 PoolItem

priority 공개적으로 프로퍼티

public int priority
리턴 int

proc 공개적으로 프로퍼티

public Process,System.Diagnostics proc
리턴 System.Diagnostics.Process

threads 공개적으로 프로퍼티

public string threads
리턴 string