C# 클래스 SebWindowsClient.ServiceUtils.SebWindowsServiceHandler

Static SebWindowsServiceHandler with singleton pattern
파일 보기 프로젝트 열기: SafeExamBrowser/seb-win 1 사용 예제들

공개 메소드들

메소드 설명
DisableWindowsUpdate ( ) : bool
Reconnect ( ) : void

Reconnect to the Windows Service over .NET Pipe

ResetRegistry ( ) : bool

Resets registry values to the values before SEB was running Throws Exception

SetRegistryAccordingToConfiguration ( ) : bool

Calls the windows service to set registry values to the insideSeb settings Throws Exception

SetRegistryAccordingToConfiguration ( object>.Dictionary valuesToSet ) : bool

비공개 메소드들

메소드 설명
GetCurrentUserSID ( ) : string
GetCurrentUsername ( ) : string
Initialize ( ) : void

메소드 상세

DisableWindowsUpdate() 공개 정적인 메소드

public static DisableWindowsUpdate ( ) : bool
리턴 bool

Reconnect() 공개 정적인 메소드

Reconnect to the Windows Service over .NET Pipe
public static Reconnect ( ) : void
리턴 void

ResetRegistry() 공개 정적인 메소드

Resets registry values to the values before SEB was running Throws Exception
public static ResetRegistry ( ) : bool
리턴 bool

SetRegistryAccordingToConfiguration() 공개 정적인 메소드

Calls the windows service to set registry values to the insideSeb settings Throws Exception
public static SetRegistryAccordingToConfiguration ( ) : bool
리턴 bool

SetRegistryAccordingToConfiguration() 공개 정적인 메소드

public static SetRegistryAccordingToConfiguration ( object>.Dictionary valuesToSet ) : bool
valuesToSet object>.Dictionary
리턴 bool