C# Class Mono.Debugger.Backend.DwarfReader.Attribute

显示文件 Open project: baulig/debugger

Public Methods

Method Description
Attribute ( DwarfReader dwarf, long offset, DwarfAttribute attr, DwarfForm form ) : System
ToString ( ) : string

Private Methods

Method Description
get_datasize ( ) : int
read_data ( ) : object

Method Details

Attribute() public method

public Attribute ( DwarfReader dwarf, long offset, DwarfAttribute attr, DwarfForm form ) : System
dwarf DwarfReader
offset long
attr DwarfAttribute
form DwarfForm
return System

ToString() public method

public ToString ( ) : string
return string