C# Класс dnSpy.Hex.Editor.Search.CommandTargetFilter

Наследование: ICommandTargetFilter
Показать файл Открыть проект

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

Метод Описание
CanExecute ( System.Guid group, int cmdId ) : CommandTargetStatus
CommandTargetFilter ( HexViewSearchServiceProvider hexViewSearchServiceProvider, dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView ) : System
Dispose ( ) : void
Execute ( Guid group, int cmdId, object args = null ) : CommandTargetStatus
Execute ( Guid group, int cmdId, object args, object &result ) : CommandTargetStatus
SetNextCommandTarget ( ICommandTarget commandTarget ) : void

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

CanExecute() публичный Метод

public CanExecute ( System.Guid group, int cmdId ) : CommandTargetStatus
group System.Guid
cmdId int
Результат CommandTargetStatus

CommandTargetFilter() публичный Метод

public CommandTargetFilter ( HexViewSearchServiceProvider hexViewSearchServiceProvider, dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView ) : System
hexViewSearchServiceProvider HexViewSearchServiceProvider
wpfHexView dnSpy.Contracts.Hex.Editor.WpfHexView
Результат System

Dispose() публичный Метод

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

Execute() публичный Метод

public Execute ( Guid group, int cmdId, object args = null ) : CommandTargetStatus
group Guid
cmdId int
args object
Результат CommandTargetStatus

Execute() публичный Метод

public Execute ( Guid group, int cmdId, object args, object &result ) : CommandTargetStatus
group Guid
cmdId int
args object
result object
Результат CommandTargetStatus

SetNextCommandTarget() публичный Метод

public SetNextCommandTarget ( ICommandTarget commandTarget ) : void
commandTarget ICommandTarget
Результат void