C# Класс ZeroInstall.Store.Implementations.StoreConfig

Manages IStore implementation directories.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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