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

Debugging Information Entry corresponding to inheritance information.
From the DWARF spec: The class type of structure type entry that describes a derived class or structure owns debugging information entries describing each of the classes or structures it is derived from, ordered as they were in the source program.
Наследование: Die
Показать файл Открыть проект

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

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

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

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

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

Метод Описание
DoResolve ( ) : void

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

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

public DieInheritance ( 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 ( ) : bool
Результат bool