Method | Description | |
---|---|---|
GetCardInfoFile ( string path ) : string |
卡片信息配置文件名
|
|
GetLanguageFile ( string path ) : string |
语言配置文件名
|
|
OpenFileInThis ( string file ) : void | ||
OpenOnExistForm ( string file ) : bool |
发送消息打开文件
|
|
RunningInstance ( string filename ) : |
||
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 |
读取字符串值
|
public static GetCardInfoFile ( string path ) : string | ||
path | string | |
return | string |
public static GetLanguageFile ( string path ) : string | ||
path | string | |
return | string |
public static OpenFileInThis ( string file ) : void | ||
file | string | |
return | void |
public static OpenOnExistForm ( string file ) : bool | ||
file | string | |
return | bool |
public static RunningInstance ( string filename ) : |
||
filename | string | |
return |
public static readArea ( string key ) : DataEditorX.Common.Area | ||
key | string | |
return | DataEditorX.Common.Area |
public static readBoolean ( string key, bool def = false ) : bool | ||
key | string | |
def | bool | |
return | bool |
public static readFloat ( string key, float def ) : float | ||
key | string | |
def | float | |
return | float |
public static readInteger ( string key, int def ) : int | ||
key | string | |
def | int | |
return | int |
public static readIntegers ( string key, int length ) : int[] | ||
key | string | |
length | int | |
return | int[] |
public static readString ( string key ) : string | ||
key | string | |
return | string |