C# 클래스 SIL.FieldWorks.Common.FwUtils.FwRegistryHelper.FwRegistryHelperImpl

Default implementation of registry helper
상속: IFwRegistryHelper
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FwRegistryHelperImpl ( ) : System
Paratext7orLaterInstalled ( ) : bool

Determines the installation or absence of the Paratext program by checking for the existence of the registry key that that application uses to store its program files directory in the local machine settings. This is 'HKLM\Software\ScrChecks\1.0\Program_Files_Directory_Ptw(7,8,9)' NOTE: This key is not opened for write access because it will fail on non-administrator logins.

메소드 상세

FwRegistryHelperImpl() 공개 메소드

public FwRegistryHelperImpl ( ) : System
리턴 System

Paratext7orLaterInstalled() 공개 메소드

Determines the installation or absence of the Paratext program by checking for the existence of the registry key that that application uses to store its program files directory in the local machine settings. This is 'HKLM\Software\ScrChecks\1.0\Program_Files_Directory_Ptw(7,8,9)' NOTE: This key is not opened for write access because it will fail on non-administrator logins.
public Paratext7orLaterInstalled ( ) : bool
리턴 bool