C# Class Mono.Debugger.Backend.Mono.MonoSymbolFile.RangeEntry

Inheritance: Mono.Debugger.SymbolRangeEntry
Show file Open project: baulig/debugger

Public Properties

Property Type Description
Contents byte[]
File MonoSymbolFile
Hash MethodHashEntry
Index int
Wrapper WrapperEntry

Public Methods

Method Description
Create ( MonoSymbolFile file, TargetMemoryAccess memory, TargetReader reader, byte contents ) : RangeEntry
ToString ( ) : string

Protected Methods

Method Description
GetSymbolLookup ( ) : ISymbolLookup

Private Methods

Method Description
GetMethod ( ) : Method
RangeEntry ( MonoSymbolFile file, int domain, int index, WrapperEntry wrapper, TargetAddress method, TargetAddress start_address, TargetAddress end_address, byte contents ) : System

Method Details

Create() public static method

public static Create ( MonoSymbolFile file, TargetMemoryAccess memory, TargetReader reader, byte contents ) : RangeEntry
file MonoSymbolFile
memory Mono.Debugger.TargetMemoryAccess
reader Mono.Debugger.Backend.TargetReader
contents byte
return RangeEntry

GetSymbolLookup() protected method

protected GetSymbolLookup ( ) : ISymbolLookup
return ISymbolLookup

ToString() public method

public ToString ( ) : string
return string

Property Details

Contents public property

public byte[] Contents
return byte[]

File public property

public MonoSymbolFile File
return MonoSymbolFile

Hash public property

public MethodHashEntry Hash
return MethodHashEntry

Index public property

public int Index
return int

Wrapper public property

public WrapperEntry Wrapper
return WrapperEntry