C# 클래스 MinerLib_cs.Miner

파일 보기 프로젝트 열기: GarageGames/Bitcoin

공개 메소드들

메소드 설명
Destroy ( ) : void
Miner ( string memberName, string productName, string platform, int threadCount = 1, bool useSSE = false, float gpuPercentage ) : System
Update ( ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Miner() 공개 메소드

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
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void