C# 클래스 dnSpy.Hex.Editor.Search.HexViewSearchServiceImpl.AsyncSearcher

상속: IAsyncSearcher
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
AsyncSearcher ( HexSearchService hexSearchService, SearchOptions searchOptions ) : System
Cancel ( ) : void
CancelAndDispose ( ) : void
Dispose ( ) : void
Find ( ) : HexBufferSpan?
RaiseCompleted ( FindAsyncResult result, HexBufferSpan span ) : void

메소드 상세

AsyncSearcher() 공개 메소드

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

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

CancelAndDispose() 공개 메소드

public CancelAndDispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Find() 공개 메소드

public Find ( ) : HexBufferSpan?
리턴 HexBufferSpan?

RaiseCompleted() 공개 메소드

public RaiseCompleted ( FindAsyncResult result, HexBufferSpan span ) : void
result FindAsyncResult
span HexBufferSpan
리턴 void