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

Inheritance: Mono.Debugger.SymbolRangeEntry
显示文件 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_oe property

public byte[] Contents
return byte[]

File public_oe property

public MonoSymbolFile File
return MonoSymbolFile

Hash public_oe property

public MethodHashEntry Hash
return MethodHashEntry

Index public_oe property

public int Index
return int

Wrapper public_oe property

public WrapperEntry Wrapper
return WrapperEntry