C# 클래스 ZeroInstall.Store.Implementations.StoreConfig

Manages IStore implementation directories.
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
SetMachineWideImplementationDirs ( [ paths ) : void

Sets the list of custom implementation directories in the current machine-wide configuration.

SetUserImplementationDirs ( [ paths ) : void

Sets the list of custom implementation directories in the current user configuration.

비공개 메소드들

메소드 설명
GetImplementationDirs ( [ configPath ) : IEnumerable
GetImplementationDirs ( bool serviceMode = false ) : IEnumerable
GetMachineWideConfigFile ( ) : string
GetMachineWideImplementationDirs ( ) : IEnumerable
GetUserConfigFile ( ) : string
GetUserImplementationDirs ( ) : IEnumerable
SetImplementationDirs ( [ configPath, [ paths ) : void

Sets the list of implementation directories in a specific configuration file.

메소드 상세

SetMachineWideImplementationDirs() 공개 정적인 메소드

Sets the list of custom implementation directories in the current machine-wide configuration.
There was a problem writing a configuration file. Access to a configuration file was not permitted.
public static SetMachineWideImplementationDirs ( [ paths ) : void
paths [ The list of implementation directories to set.
리턴 void

SetUserImplementationDirs() 공개 정적인 메소드

Sets the list of custom implementation directories in the current user configuration.
There was a problem writing a configuration file. Access to a configuration file was not permitted.
public static SetUserImplementationDirs ( [ paths ) : void
paths [ The list of implementation directories to set.
리턴 void