C# 클래스 dnSpy.Contracts.Hex.Editor.HexStructureInfoAggregator

Returns data from all HexStructureInfoProviders
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
GetFields ( HexPosition position ) : IEnumerable>

Gets all fields

GetReferences ( HexPosition position ) : IEnumerable>

Gets all references

GetToolTips ( HexPosition position ) : IEnumerable>

Gets all tooltips

보호된 메소드들

메소드 설명
HexStructureInfoAggregator ( ) : System.Collections.Generic

Constructor

메소드 상세

GetFields() 공개 메소드

Gets all fields
public GetFields ( HexPosition position ) : IEnumerable>
position HexPosition Position
리턴 IEnumerable>

GetReferences() 공개 메소드

Gets all references
public GetReferences ( HexPosition position ) : IEnumerable>
position HexPosition Position
리턴 IEnumerable>

GetToolTips() 공개 메소드

Gets all tooltips
public GetToolTips ( HexPosition position ) : IEnumerable>
position HexPosition Position
리턴 IEnumerable>

HexStructureInfoAggregator() 보호된 메소드

Constructor
protected HexStructureInfoAggregator ( ) : System.Collections.Generic
리턴 System.Collections.Generic