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

Inheritance: IAsyncSearcher
Show file Open project: 0xd4d/dnSpy

Public Methods

Method 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 method

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

Cancel() public method

public Cancel ( ) : void
return void

CancelAndDispose() public method

public CancelAndDispose ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Find() public method

public Find ( ) : HexBufferSpan?
return HexBufferSpan?

RaiseCompleted() public method

public RaiseCompleted ( FindAsyncResult result, HexBufferSpan span ) : void
result FindAsyncResult
span HexBufferSpan
return void