C# Class dnSpy.Hex.Editor.Search.CommandTargetFilterFocus

Inheritance: ICommandTargetFilter
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
CanExecute ( System.Guid group, int cmdId ) : CommandTargetStatus
CommandTargetFilterFocus ( HexViewSearchServiceProvider hexViewSearchServiceProvider, dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView ) : System
Dispose ( ) : void
Execute ( System.Guid group, int cmdId, object args = null ) : CommandTargetStatus
Execute ( System.Guid group, int cmdId, object args, object &result ) : CommandTargetStatus
SetNextCommandTarget ( ICommandTarget commandTarget ) : void

Method Details

CanExecute() public méthode

public CanExecute ( System.Guid group, int cmdId ) : CommandTargetStatus
group System.Guid
cmdId int
Résultat CommandTargetStatus

CommandTargetFilterFocus() public méthode

public CommandTargetFilterFocus ( HexViewSearchServiceProvider hexViewSearchServiceProvider, dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView ) : System
hexViewSearchServiceProvider HexViewSearchServiceProvider
wpfHexView dnSpy.Contracts.Hex.Editor.WpfHexView
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( System.Guid group, int cmdId, object args = null ) : CommandTargetStatus
group System.Guid
cmdId int
args object
Résultat CommandTargetStatus

Execute() public méthode

public Execute ( System.Guid group, int cmdId, object args, object &result ) : CommandTargetStatus
group System.Guid
cmdId int
args object
result object
Résultat CommandTargetStatus

SetNextCommandTarget() public méthode

public SetNextCommandTarget ( ICommandTarget commandTarget ) : void
commandTarget ICommandTarget
Résultat void