C# Класс SIL.FieldWorks.Common.FwUtils.FwRegistryHelper.FwRegistryHelperImpl

Default implementation of registry helper
Наследование: IFwRegistryHelper
Показать файл Открыть проект

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