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

Debugging Information Entry corresponding to arbitrary types that are assigned names by the programmer.
Наследование: DieType
Показать файл Открыть проект

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

Метод Описание
DieTypedef ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev ) : System

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

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

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

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

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

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

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

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

protected PopulateType ( ) : void
Результат void

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

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