C# Класс Mono.Debugger.Backend.DwarfReader.DieMember

Наследование: DieVariableBase
Показать файл Открыть проект

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

Метод Описание
DieMember ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
Resolve ( DieStructureType die_struct ) : bool

Защищенные методы

Метод Описание
ProcessAttribute ( Attribute attribute ) : void
ResolveType ( DieStructureType die_struct ) : TargetType

Приватные методы

Метод Описание
read_location ( ) : bool

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

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

public DieMember ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
Результат System

ProcessAttribute() защищенный Метод

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
Результат void

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

public Resolve ( DieStructureType die_struct ) : bool
die_struct DieStructureType
Результат bool

ResolveType() защищенный Метод

protected ResolveType ( DieStructureType die_struct ) : TargetType
die_struct DieStructureType
Результат Mono.Debugger.Languages.TargetType