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

Debugging Information Entry corresponding to base types.
From the DWARF spec: A base type is a data type that is not defined in terms of other data types. Each programming language has a set of base types that are considered to be built into that language.
Наследование: DieType
Показать файл Открыть проект

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

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

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

Метод Описание
CreateType ( ) : TargetType
GetMonoType ( DwarfBaseTypeEncoding encoding, int byte_size ) : FundamentalKind
ProcessAttribute ( Attribute attribute ) : void

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

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

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

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

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

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

protected GetMonoType ( DwarfBaseTypeEncoding encoding, int byte_size ) : FundamentalKind
encoding DwarfBaseTypeEncoding
byte_size int
Результат FundamentalKind

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

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