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.)
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

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