C# 클래스 DataEditorX.Config.MyConfig

配置
상속: DataEditorX.Common.XMLReader
파일 보기 프로젝트 열기: 247321453/DataEditorX 1 사용 예제들

공개 메소드들

메소드 설명
GetCardInfoFile ( string path ) : string

卡片信息配置文件名

GetLanguageFile ( string path ) : string

语言配置文件名

OpenFileInThis ( string file ) : void
OpenOnExistForm ( string file ) : bool

发送消息打开文件

RunningInstance ( string filename ) : Process
readArea ( string key ) : DataEditorX.Common.Area

读取区域

readBoolean ( string key, bool def = false ) : bool

读取boolean

readFloat ( string key, float def ) : float

读取float值

readInteger ( string key, int def ) : int

读取int值

readIntegers ( string key, int length ) : int[]

读取int数组

readString ( string key ) : string

读取字符串值

메소드 상세

GetCardInfoFile() 공개 정적인 메소드

卡片信息配置文件名
public static GetCardInfoFile ( string path ) : string
path string
리턴 string

GetLanguageFile() 공개 정적인 메소드

语言配置文件名
public static GetLanguageFile ( string path ) : string
path string
리턴 string

OpenFileInThis() 공개 정적인 메소드

public static OpenFileInThis ( string file ) : void
file string
리턴 void

OpenOnExistForm() 공개 정적인 메소드

发送消息打开文件
public static OpenOnExistForm ( string file ) : bool
file string
리턴 bool

RunningInstance() 공개 정적인 메소드

public static RunningInstance ( string filename ) : Process
filename string
리턴 System.Diagnostics.Process

readArea() 공개 정적인 메소드

读取区域
public static readArea ( string key ) : DataEditorX.Common.Area
key string
리턴 DataEditorX.Common.Area

readBoolean() 공개 정적인 메소드

读取boolean
public static readBoolean ( string key, bool def = false ) : bool
key string
def bool
리턴 bool

readFloat() 공개 정적인 메소드

读取float值
public static readFloat ( string key, float def ) : float
key string
def float
리턴 float

readInteger() 공개 정적인 메소드

读取int值
public static readInteger ( string key, int def ) : int
key string
def int
리턴 int

readIntegers() 공개 정적인 메소드

读取int数组
public static readIntegers ( string key, int length ) : int[]
key string
length int
리턴 int[]

readString() 공개 정적인 메소드

读取字符串值
public static readString ( string key ) : string
key string
리턴 string