C# Класс SebWindowsServiceWCF.ServiceImplementations.RegistryService

Наследование: IRegistryServiceContract, IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DisableWindowsUpdate ( ) : bool

Disables the automatic windows update service

Dispose ( ) : void
Reset ( ) : bool

Resets the registry values if a PersistentRegistryFile is existing

SetRegistryEntries ( object>.Dictionary registryValues, string sid, string username ) : bool

Sets the registry values

TestServiceConnetcion ( ) : bool

Приватные методы

Метод Описание
SetWindowsUpdate ( bool enable ) : bool

Описание методов

DisableWindowsUpdate() публичный Метод

Disables the automatic windows update service
public DisableWindowsUpdate ( ) : bool
Результат bool

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Reset() публичный Метод

Resets the registry values if a PersistentRegistryFile is existing
public Reset ( ) : bool
Результат bool

SetRegistryEntries() публичный Метод

Sets the registry values
public SetRegistryEntries ( object>.Dictionary registryValues, string sid, string username ) : bool
registryValues object>.Dictionary The registry values to set
sid string The sid of the currently logged in user - needed to identify the correct registry key path
username string The username of the currently logged in user - needed to identify the correct registry key path
Результат bool

TestServiceConnetcion() публичный Метод

public TestServiceConnetcion ( ) : bool
Результат bool