C# 클래스 KEngine.EngineConfigs

파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultEngineConfigs string

공개 메소드들

메소드 설명
EngineConfigs ( string customConfigs ) : System
GetConfig ( string section, string key, bool throwError = true ) : string

GetConfig from section

GetSections ( ) : SectionDataCollection

Get ini 's all sections

ToIniString ( ) : string

To Ini string for save operation

메소드 상세

EngineConfigs() 공개 메소드

public EngineConfigs ( string customConfigs ) : System
customConfigs string
리턴 System

GetConfig() 공개 메소드

GetConfig from section
public GetConfig ( string section, string key, bool throwError = true ) : string
section string
key string
throwError bool whether or not throw error when get no config
리턴 string

GetSections() 공개 메소드

Get ini 's all sections
public GetSections ( ) : SectionDataCollection
리턴 SectionDataCollection

ToIniString() 공개 메소드

To Ini string for save operation
public ToIniString ( ) : string
리턴 string

프로퍼티 상세

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

public static string DefaultEngineConfigs
리턴 string