C# 클래스 SebWindowsServiceWCF.ServiceImplementations.RegistryService

상속: IRegistryServiceContract, IDisposable
파일 보기 프로젝트 열기: SafeExamBrowser/seb-win 1 사용 예제들

공개 메소드들

메소드 설명
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