C# 클래스 CsDebugScript.MemoryRegionFinder.TriesElement

Tries element for searching memory regions
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 프로퍼티들

프로퍼티 타입 설명
buckets TriesElement[]
location int

공개 메소드들

메소드 설명
TriesElement ( MemoryRegion>.IReadOnlyList regions, ulong triesStartMask, int triesStartBits, ulong minValue, ulong maxValue = ulong.MaxValue ) : System

메소드 상세

TriesElement() 공개 메소드

public TriesElement ( MemoryRegion>.IReadOnlyList regions, ulong triesStartMask, int triesStartBits, ulong minValue, ulong maxValue = ulong.MaxValue ) : System
regions MemoryRegion>.IReadOnlyList
triesStartMask ulong
triesStartBits int
minValue ulong
maxValue ulong
리턴 System

프로퍼티 상세

buckets 공개적으로 프로퍼티

The buckets inside current element
public TriesElement[] buckets
리턴 TriesElement[]

location 공개적으로 프로퍼티

The index of this element inside the memory regions array
public int location
리턴 int