C# 클래스 iTunesAgent.Domain.Configuration

파일 보기 프로젝트 열기: notpod/Notpod 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Configuration System

공개 메소드들

메소드 설명
Instance ( ) : Configuration

Return a default Configuration instance.

Instance ( bool useBallons, bool itaFolder, bool closeWithItunes, bool warnOnSystemDrive, bool checkForUpdates ) : Configuration

Instantiate a Configuration object with the provided values.

비공개 메소드들

메소드 설명
Configuration ( ) : System

메소드 상세

Instance() 공개 정적인 메소드

Return a default Configuration instance.
public static Instance ( ) : Configuration
리턴 Configuration

Instance() 공개 정적인 메소드

Instantiate a Configuration object with the provided values.
public static Instance ( bool useBallons, bool itaFolder, bool closeWithItunes, bool warnOnSystemDrive, bool checkForUpdates ) : Configuration
useBallons bool Use ballon notifications.
itaFolder bool Use a top level "iTunes Agent" folder /// in iTunes for device playlists.
closeWithItunes bool Close iTunes Agent whenever /// iTunes is closing down.
warnOnSystemDrive bool Warn if the user selects what /// appears to be a system drive.
checkForUpdates bool Automatically check for /// application updates.
리턴 Configuration