C# Класс Bloom.WebLibraryIntegration.BookDownloadSupport

BookDownloadSupport is used by program.cs at startup to make sure we are ready for download requests from the web. (It had a larger role at one point, but things have been simplified.)
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AlreadyRegistered bool

Открытые методы

Метод Описание
EnsureDownloadFolderExists ( ) : void
RegisterForBloomUrlProtocol ( bool allUsers ) : void

Make sure this instance is registered (at least for this user) as the program to handle bloom:// urls. If we are installing for all users we can make it in a shared place.

Приватные методы

Метод Описание
AlreadyRegistered ( RegistryKey root ) : bool

Описание методов

EnsureDownloadFolderExists() публичный статический Метод

public static EnsureDownloadFolderExists ( ) : void
Результат void

RegisterForBloomUrlProtocol() публичный статический Метод

Make sure this instance is registered (at least for this user) as the program to handle bloom:// urls. If we are installing for all users we can make it in a shared place.
public static RegisterForBloomUrlProtocol ( bool allUsers ) : void
allUsers bool
Результат void