C# 클래스 System.Configuration.DefaultConfig

상속: IConfigurationSystem
파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
DefaultConfig System
GetAppConfigPath string
GetBundledMachineConfig string
GetConfig object
GetMachineConfigPath string
get_bundled_machine_config string
get_machine_config_path string

공개 메소드들

메소드 설명
GetInstance ( ) : DefaultConfig
Init ( ) : void

비공개 메소드들

메소드 설명
DefaultConfig ( ) : System
GetAppConfigPath ( ) : string
GetBundledMachineConfig ( ) : string
GetConfig ( string sectionName ) : object
GetMachineConfigPath ( ) : string
get_bundled_machine_config ( ) : string
get_machine_config_path ( ) : string

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DefaultConfig
리턴 DefaultConfig

Init() 공개 메소드

public Init ( ) : void
리턴 void