C# 클래스 Sharpcraft.Library.Configuration.Settings

Settings class used to store settings.
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft

보호된 프로퍼티들

프로퍼티 타입 설명
Log log4net.ILog

공개 메소드들

메소드 설명
WriteToFile ( ) : void

Write settings to the settings file.

보호된 메소드들

메소드 설명
Settings ( string settingsFile ) : System.IO

Initialize a new instance of Settings.

메소드 상세

Settings() 보호된 메소드

Initialize a new instance of Settings.
protected Settings ( string settingsFile ) : System.IO
settingsFile string The settings file associated with this class.
리턴 System.IO

WriteToFile() 공개 메소드

Write settings to the settings file.
public WriteToFile ( ) : void
리턴 void

프로퍼티 상세

Log 보호되어 있는 프로퍼티

The log object associated with this class.
protected log4net.ILog Log
리턴 log4net.ILog