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

显示文件 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_oe property

public Bfd,Mono.Debugger.Backend bfd
return Bfd

contents public_oe property

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

flags public_oe property

public SectionFlags flags
return SectionFlags

name public_oe property

public string name
return string

section public_oe property

public IntPtr,System section
return System.IntPtr

size public_oe property

public long size
return long

vma public_oe property

public long vma
return long