C# 클래스 HashrateCalculator.CurrencyProperties

파일 보기 프로젝트 열기: GarageGames/Bitcoin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BlockTarget System.Windows.Forms.TextBox
CoinsPerBlock System.Windows.Forms.TextBox
CryptsyID System.Windows.Forms.TextBox
IPAddress System.Windows.Forms.TextBox
IgnoreSigLen System.Windows.Forms.CheckBox
NameBox System.Windows.Forms.TextBox
NetID System.Windows.Forms.TextBox
NetVersion System.Windows.Forms.TextBox
POS System.Windows.Forms.CheckBox
Port System.Windows.Forms.TextBox
ScryptBlockHash System.Windows.Forms.CheckBox
Symbol System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
CurrencyProperties ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

CurrencyProperties() 공개 메소드

public CurrencyProperties ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

프로퍼티 상세

BlockTarget 공개적으로 프로퍼티

public System.Windows.Forms.TextBox BlockTarget
리턴 System.Windows.Forms.TextBox

CoinsPerBlock 공개적으로 프로퍼티

public System.Windows.Forms.TextBox CoinsPerBlock
리턴 System.Windows.Forms.TextBox

CryptsyID 공개적으로 프로퍼티

public System.Windows.Forms.TextBox CryptsyID
리턴 System.Windows.Forms.TextBox

IPAddress 공개적으로 프로퍼티

public System.Windows.Forms.TextBox IPAddress
리턴 System.Windows.Forms.TextBox

IgnoreSigLen 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox IgnoreSigLen
리턴 System.Windows.Forms.CheckBox

NameBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox NameBox
리턴 System.Windows.Forms.TextBox

NetID 공개적으로 프로퍼티

public System.Windows.Forms.TextBox NetID
리턴 System.Windows.Forms.TextBox

NetVersion 공개적으로 프로퍼티

public System.Windows.Forms.TextBox NetVersion
리턴 System.Windows.Forms.TextBox

POS 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox POS
리턴 System.Windows.Forms.CheckBox

Port 공개적으로 프로퍼티

public System.Windows.Forms.TextBox Port
리턴 System.Windows.Forms.TextBox

ScryptBlockHash 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox ScryptBlockHash
리턴 System.Windows.Forms.CheckBox

Symbol 공개적으로 프로퍼티

public System.Windows.Forms.TextBox Symbol
리턴 System.Windows.Forms.TextBox