C# 클래스 SebWindowsClient.ConfigurationUtils.SEBClientInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
LoadingSettingsFileName string
SebClientSettingsAppDataFile string
SebClientSettingsProgramDataFile string
SebWindowsClientForm SebWindowsClientForm
XulRunnerConfigFile string
XulRunnerExePath string
XulRunnerParameter string
XulRunnerSebIniPath string
appChooserHeight int
examMode bool
scaleFactor float

공개 메소드들

메소드 설명
ContractEnvironmentVariables ( string path ) : string
InitializeLogger ( ) : void

Initialise Logger if it's enabled.

SetDefaultClientLogFile ( ) : void

Set the default location of the SebClientLogFileDirectory.

SetSebClientConfiguration ( ) : bool

Sets user, host info, send-recv interval, recv timeout, Logger and read SebClient configuration.

SetSebPaths ( ) : void

Sets paths to files SEB has to save or read from the file system.

SetSystemVersionInfo ( ) : bool

Sets system version info.

SetXulRunnerConfiguration ( ) : bool

Sets properties in config.json XULRunner configuration file.

getSebSetting ( string key ) : object>.Dictionary

비공개 메소드들

메소드 설명
GetVersionEx ( OSVERSIONINFO &o ) : short

메소드 상세

ContractEnvironmentVariables() 공개 정적인 메소드

public static ContractEnvironmentVariables ( string path ) : string
path string
리턴 string

InitializeLogger() 공개 정적인 메소드

Initialise Logger if it's enabled.
public static InitializeLogger ( ) : void
리턴 void

SetDefaultClientLogFile() 공개 정적인 메소드

Set the default location of the SebClientLogFileDirectory.
public static SetDefaultClientLogFile ( ) : void
리턴 void

SetSebClientConfiguration() 공개 정적인 메소드

Sets user, host info, send-recv interval, recv timeout, Logger and read SebClient configuration.
public static SetSebClientConfiguration ( ) : bool
리턴 bool

SetSebPaths() 공개 정적인 메소드

Sets paths to files SEB has to save or read from the file system.
public static SetSebPaths ( ) : void
리턴 void

SetSystemVersionInfo() 공개 정적인 메소드

Sets system version info.
public static SetSystemVersionInfo ( ) : bool
리턴 bool

SetXulRunnerConfiguration() 공개 정적인 메소드

Sets properties in config.json XULRunner configuration file.
public static SetXulRunnerConfiguration ( ) : bool
리턴 bool

getSebSetting() 공개 정적인 메소드

public static getSebSetting ( string key ) : object>.Dictionary
key string
리턴 object>.Dictionary

프로퍼티 상세

LoadingSettingsFileName 공개적으로 정적으로 프로퍼티

public static string LoadingSettingsFileName
리턴 string

SebClientSettingsAppDataFile 공개적으로 정적으로 프로퍼티

public static string SebClientSettingsAppDataFile
리턴 string

SebClientSettingsProgramDataFile 공개적으로 정적으로 프로퍼티

public static string SebClientSettingsProgramDataFile
리턴 string

SebWindowsClientForm 공개적으로 정적으로 프로퍼티

public static SebWindowsClientForm SebWindowsClientForm
리턴 SebWindowsClientForm

XulRunnerConfigFile 공개적으로 정적으로 프로퍼티

public static string XulRunnerConfigFile
리턴 string

XulRunnerExePath 공개적으로 정적으로 프로퍼티

public static string XulRunnerExePath
리턴 string

XulRunnerParameter 공개적으로 정적으로 프로퍼티

public static string XulRunnerParameter
리턴 string

XulRunnerSebIniPath 공개적으로 정적으로 프로퍼티

public static string XulRunnerSebIniPath
리턴 string

appChooserHeight 공개적으로 정적으로 프로퍼티

public static int appChooserHeight
리턴 int

examMode 공개적으로 정적으로 프로퍼티

public static bool examMode
리턴 bool

scaleFactor 공개적으로 정적으로 프로퍼티

public static float scaleFactor
리턴 float