C# Class CPUMinerGUI.Miner

ファイルを表示 Open project: curly-brace/Claymore-CPU-Miner-GUI Class Usage Examples

Public Properties

Property Type Description
hashrate string
logFile string
lowCpu bool
pid int
pool PoolItem
priority int
proc System.Diagnostics.Process
threads string

Public Methods

Method Description
Miner ( int p, string t, bool l, PoolItem pi, Process pr, string log ) : System

Method Details

Miner() public method

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
return System

Property Details

hashrate public_oe property

public string hashrate
return string

logFile public_oe property

public string logFile
return string

lowCpu public_oe property

public bool lowCpu
return bool

pid public_oe property

public int pid
return int

pool public_oe property

public PoolItem,CPUMinerGUI pool
return PoolItem

priority public_oe property

public int priority
return int

proc public_oe property

public Process,System.Diagnostics proc
return System.Diagnostics.Process

threads public_oe property

public string threads
return string