C# 클래스 Mercurial.Hooks.MercurialPreListKeysHook

This MercurialControllingHookBase descendant implements the code necessary to handle the "prelistkeys" hook: This is run before listing pushkeys (like bookmarks) in the repository.
As with all controlling hooks (descendants of MercurialControllingHookBase), you can prevent the command from continuing, or let it continue, by calling MercurialControllingHookBase.TerminateHookAndCancelCommand(int) or MercurialControllingHookBase.TerminateHookAndProceed respectively.
상속: MercurialControllingHookBase
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
MercurialPreListKeysHook ( ) : System

Initializes a new instance of the MercurialPreListKeysHook class.

메소드 상세

MercurialPreListKeysHook() 공개 메소드

Initializes a new instance of the MercurialPreListKeysHook class.
public MercurialPreListKeysHook ( ) : System
리턴 System