C# Class Mono.Debugger.Backend.Bfd.Section

Show file Open project: baulig/debugger

Public Properties

Property Type Description
bfd Bfd
contents Mono.Debugger.ObjectCache
flags SectionFlags
name string
section System.IntPtr
size long
vma long

Public Methods

Method Description
GetReader ( TargetAddress address ) : TargetReader
ToString ( ) : string

Private Methods

Method Description
Section ( Bfd bfd, IntPtr section ) : System
get_section_contents ( object user_data ) : object

Method Details

GetReader() public method

public GetReader ( TargetAddress address ) : TargetReader
address Mono.Debugger.TargetAddress
return TargetReader

ToString() public method

public ToString ( ) : string
return string

Property Details

bfd public property

public Bfd,Mono.Debugger.Backend bfd
return Bfd

contents public property

public ObjectCache,Mono.Debugger contents
return Mono.Debugger.ObjectCache

flags public property

public SectionFlags flags
return SectionFlags

name public property

public string name
return string

section public property

public IntPtr,System section
return System.IntPtr

size public property

public long size
return long

vma public property

public long vma
return long