C# 클래스 CryptoFinder.Config

상속: System.Configuration.AppSettingsReader
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( string key, System sType ) : object
GetValue ( string key ) : string
SetValue ( string key, string val ) : bool
removeElement ( string key ) : bool

비공개 메소드들

메소드 설명
loadDoc ( XmlDocument doc ) : void
saveDoc ( XmlDocument doc, string docPath ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( string key, System sType ) : object
key string
sType System
리턴 object

GetValue() 공개 메소드

public GetValue ( string key ) : string
key string
리턴 string

SetValue() 공개 메소드

public SetValue ( string key, string val ) : bool
key string
val string
리턴 bool

removeElement() 공개 메소드

public removeElement ( string key ) : bool
key string
리턴 bool