C# Class dnSpy.Hex.Operations.HexSearchServiceImpl

Inheritance: dnSpy.Contracts.Hex.Operations.HexSearchService
ファイルを表示 Open project: 0xd4d/dnSpy

Protected Methods

Method Description
GetValidSpans ( HexBuffer buffer, HexPosition start, HexPosition upperBounds ) : IEnumerable
GetValidSpansReverse ( HexBuffer buffer, HexPosition start, HexPosition lowerBounds ) : IEnumerable

Method Details

GetValidSpans() protected method

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

GetValidSpansReverse() protected method

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