C# Class SebWindowsServiceWCF.ServiceImplementations.RegistryService

Inheritance: IRegistryServiceContract, IDisposable
Afficher le fichier Open project: SafeExamBrowser/seb-win Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SetWindowsUpdate ( bool enable ) : bool

Method Details

DisableWindowsUpdate() public méthode

Disables the automatic windows update service
public DisableWindowsUpdate ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Reset() public méthode

Resets the registry values if a PersistentRegistryFile is existing
public Reset ( ) : bool
Résultat bool

SetRegistryEntries() public méthode

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
Résultat bool

TestServiceConnetcion() public méthode

public TestServiceConnetcion ( ) : bool
Résultat bool