C# Class MinerLib_cs.Miner

Afficher le fichier Open project: GarageGames/Bitcoin

Méthodes publiques

Méthode 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 méthode

public Destroy ( ) : void
Résultat void

Miner() public méthode

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
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void