C# Класс dnSpy.Hex.Operations.HexSearchServiceImpl

Наследование: dnSpy.Contracts.Hex.Operations.HexSearchService
Показать файл Открыть проект

Защищенные методы

Метод Описание
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