C# 클래스 Mono.Debugger.Backend.DwarfReader.AttributeEntry

파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
AttributeEntry ( DwarfReader dwarf, DwarfAttribute attr, DwarfForm form ) : System
ReadAttribute ( long offset ) : Attribute
ToString ( ) : string

메소드 상세

AttributeEntry() 공개 메소드

public AttributeEntry ( DwarfReader dwarf, DwarfAttribute attr, DwarfForm form ) : System
dwarf DwarfReader
attr DwarfAttribute
form DwarfForm
리턴 System

ReadAttribute() 공개 메소드

public ReadAttribute ( long offset ) : Attribute
offset long
리턴 System.Attribute

ToString() 공개 메소드

public ToString ( ) : string
리턴 string