C# Class DataEditorX.Config.MyConfig

配置
Inheritance: DataEditorX.Common.XMLReader
Afficher le fichier Open project: 247321453/DataEditorX Class Usage Examples

Méthodes publiques

Méthode Description
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

读取字符串值

Method Details

GetCardInfoFile() public static méthode

卡片信息配置文件名
public static GetCardInfoFile ( string path ) : string
path string
Résultat string

GetLanguageFile() public static méthode

语言配置文件名
public static GetLanguageFile ( string path ) : string
path string
Résultat string

OpenFileInThis() public static méthode

public static OpenFileInThis ( string file ) : void
file string
Résultat void

OpenOnExistForm() public static méthode

发送消息打开文件
public static OpenOnExistForm ( string file ) : bool
file string
Résultat bool

RunningInstance() public static méthode

public static RunningInstance ( string filename ) : Process
filename string
Résultat System.Diagnostics.Process

readArea() public static méthode

读取区域
public static readArea ( string key ) : DataEditorX.Common.Area
key string
Résultat DataEditorX.Common.Area

readBoolean() public static méthode

读取boolean
public static readBoolean ( string key, bool def = false ) : bool
key string
def bool
Résultat bool

readFloat() public static méthode

读取float值
public static readFloat ( string key, float def ) : float
key string
def float
Résultat float

readInteger() public static méthode

读取int值
public static readInteger ( string key, int def ) : int
key string
def int
Résultat int

readIntegers() public static méthode

读取int数组
public static readIntegers ( string key, int length ) : int[]
key string
length int
Résultat int[]

readString() public static méthode

读取字符串值
public static readString ( string key ) : string
key string
Résultat string