C# Class Reko.Scanning.Scanner.BlockRange

Afficher le fichier Open project: uxmal/reko

Méthodes publiques

Méthode Description
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.

Method Details

BlockRange() public méthode

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.
Résultat Reko.Analysis