C# 클래스 ZeroInstall.DesktopIntegration.Windows.ComServer

Contains control logic for applying Store.Model.Capabilities.ComServer on Windows systems.
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
Register ( FeedTarget target, [ comServer, bool machineWide, [ handler ) : void

Registers a COM server in the current system.

Unregister ( [ comServer, bool machineWide ) : void

Unregisters a COM server in the current system.

메소드 상세

Register() 공개 정적인 메소드

Registers a COM server in the current system.
The user canceled the task. A problem occurs while writing to the filesystem or registry. A problem occured while downloading additional data (such as icons). Write access to the filesystem or registry is not permitted. The data in is invalid.
public static Register ( FeedTarget target, [ comServer, bool machineWide, [ handler ) : void
target ZeroInstall.Store.FeedTarget The application being integrated.
comServer [ The COM server to be registered.
machineWide bool Register the COM server machine-wide instead of just for the current user.
handler [ A callback object used when the the user is to be informed about the progress of long-running operations such as downloads.
리턴 void

Unregister() 공개 정적인 메소드

Unregisters a COM server in the current system.
A problem occurs while writing to the filesystem or registry. Write access to the filesystem or registry is not permitted. The data in is invalid.
public static Unregister ( [ comServer, bool machineWide ) : void
comServer [ The COM server to be unregistered.
machineWide bool Unregister the COM server machine-wide instead of just for the current user.
리턴 void