C# Класс Reko.Scanning.Scanner.BlockRange

Показать файл Открыть проект

Открытые методы

Метод Описание
BlockRange ( Reko.Core.Block block, ulong start, ulong end ) : Reko.Analysis

Creates a block range. A (linear) address addr is considered part of the block if it satisifies the conditions Start <= addr < End.

Описание методов

BlockRange() публичный Метод

Creates a block range. A (linear) address addr is considered part of the block if it satisifies the conditions Start <= addr < End.
public BlockRange ( Reko.Core.Block block, ulong start, ulong end ) : Reko.Analysis
block Reko.Core.Block
start ulong Linear start address of the block
end ulong Linear address of the byte/word beyond the block's end.
Результат Reko.Analysis