C# 클래스 gui.Cfg

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

공개 프로퍼티들

프로퍼티 타입 설명
H3C_key string
auto bool
device string
mode int
password string
store bool
username string
versionHEX string

공개 메소드들

메소드 설명
Commit ( ) : void
Load ( ) : void
VersionParser ( string HEXversion ) : string

메소드 상세

Commit() 공개 정적인 메소드

public static Commit ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( ) : void
리턴 void

VersionParser() 공개 정적인 메소드

public static VersionParser ( string HEXversion ) : string
HEXversion string
리턴 string

프로퍼티 상세

H3C_key 공개적으로 정적으로 프로퍼티

public static string H3C_key
리턴 string

auto 공개적으로 정적으로 프로퍼티

public static bool auto
리턴 bool

device 공개적으로 정적으로 프로퍼티

public static string device
리턴 string

mode 공개적으로 정적으로 프로퍼티

public static int mode
리턴 int

password 공개적으로 정적으로 프로퍼티

public static string password
리턴 string

store 공개적으로 정적으로 프로퍼티

public static bool store
리턴 bool

username 공개적으로 정적으로 프로퍼티

public static string username
리턴 string

versionHEX 공개적으로 정적으로 프로퍼티

public static string versionHEX
리턴 string