C# Class MinerLib_cs.Miner

Datei anzeigen Open project: GarageGames/Bitcoin

Public Methods

Method Description
Destroy ( ) : void
Miner ( string memberName, string productName, string platform, int threadCount = 1, bool useSSE = false, float gpuPercentage ) : System
Update ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Miner() public method

public Miner ( string memberName, string productName, string platform, int threadCount = 1, bool useSSE = false, float gpuPercentage ) : System
memberName string
productName string
platform string
threadCount int
useSSE bool
gpuPercentage float
return System

Update() public method

public Update ( ) : void
return void