C# 클래스 Reko.Scanning.Scanner.BlockRange

파일 보기 프로젝트 열기: uxmal/reko

공개 메소드들

메소드 설명
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