C# 클래스 dnSpy.Hex.Operations.HexSearchServiceImpl

상속: dnSpy.Contracts.Hex.Operations.HexSearchService
파일 보기 프로젝트 열기: 0xd4d/dnSpy

보호된 메소드들

메소드 설명
GetValidSpans ( HexBuffer buffer, HexPosition start, HexPosition upperBounds ) : IEnumerable
GetValidSpansReverse ( HexBuffer buffer, HexPosition start, HexPosition lowerBounds ) : IEnumerable

메소드 상세

GetValidSpans() 보호된 메소드

protected GetValidSpans ( HexBuffer buffer, HexPosition start, HexPosition upperBounds ) : IEnumerable
buffer dnSpy.Contracts.Hex.HexBuffer
start HexPosition
upperBounds HexPosition
리턴 IEnumerable

GetValidSpansReverse() 보호된 메소드

protected GetValidSpansReverse ( HexBuffer buffer, HexPosition start, HexPosition lowerBounds ) : IEnumerable
buffer dnSpy.Contracts.Hex.HexBuffer
start HexPosition
lowerBounds HexPosition
리턴 IEnumerable