C# Class dnSpy.Hex.Editor.Search.HexViewSearchServiceImpl.AsyncSearcher

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

Méthodes publiques

Méthode Description
AsyncSearcher ( HexSearchService hexSearchService, SearchOptions searchOptions ) : System
Cancel ( ) : void
CancelAndDispose ( ) : void
Dispose ( ) : void
Find ( ) : HexBufferSpan?
RaiseCompleted ( FindAsyncResult result, HexBufferSpan span ) : void

Method Details

AsyncSearcher() public méthode

public AsyncSearcher ( HexSearchService hexSearchService, SearchOptions searchOptions ) : System
hexSearchService dnSpy.Contracts.Hex.Operations.HexSearchService
searchOptions SearchOptions
Résultat System

Cancel() public méthode

public Cancel ( ) : void
Résultat void

CancelAndDispose() public méthode

public CancelAndDispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Find() public méthode

public Find ( ) : HexBufferSpan?
Résultat HexBufferSpan?

RaiseCompleted() public méthode

public RaiseCompleted ( FindAsyncResult result, HexBufferSpan span ) : void
result FindAsyncResult
span HexBufferSpan
Résultat void