C# 클래스 SebWindowsServiceWCF.ServiceImplementations.PersistentRegistryFile

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

공개 프로퍼티들

프로퍼티 타입 설명
FileContent FileContent

공개 메소드들

메소드 설명
Delete ( ) : void

Delete the persistens registry file if it exists Throws Exception if something goes wrong

Dispose ( ) : void
PersistentRegistryFile ( string username = null, string sid = null ) : System

Create an in-memory instance of a persistent registry file. If a file is existing it gets automatically loaded into memory

Save ( ) : void

Saves the currently stored registry information into a binary encoded file Throws Exception if something goes wrong

비공개 메소드들

메소드 설명
Load ( ) : void

Loads the content of a saved file into memory

메소드 상세

Delete() 공개 메소드

Delete the persistens registry file if it exists Throws Exception if something goes wrong
public Delete ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PersistentRegistryFile() 공개 메소드

Create an in-memory instance of a persistent registry file. If a file is existing it gets automatically loaded into memory
public PersistentRegistryFile ( string username = null, string sid = null ) : System
username string The username of the currently logged in user - needed to identify the correct registry key path
sid string The sid of the currently logged in user - needed to identify the correct registry key path
리턴 System

Save() 공개 메소드

Saves the currently stored registry information into a binary encoded file Throws Exception if something goes wrong
public Save ( ) : void
리턴 void

프로퍼티 상세

FileContent 공개적으로 프로퍼티

public FileContent,SebWindowsServiceWCF.ServiceImplementations FileContent
리턴 FileContent