C# Class Mono.Debugger.Languages.RelativeTargetLocation

This is just an address, but its lifetime is tied to the lifetime of another location.
Inheritance: TargetLocation
Mostrar archivo Open project: baulig/debugger Class Usage Examples

Private Properties

Property Type Description
GetAddress TargetAddress

Public Methods

Method Description
Print ( ) : string
RelativeTargetLocation ( TargetLocation relative_to, long offset ) : System

Protected Methods

Method Description
MyToString ( ) : string

Private Methods

Method Description
GetAddress ( TargetMemoryAccess target ) : TargetAddress

Method Details

MyToString() protected method

protected MyToString ( ) : string
return string

Print() public method

public Print ( ) : string
return string

RelativeTargetLocation() public method

public RelativeTargetLocation ( TargetLocation relative_to, long offset ) : System
relative_to TargetLocation
offset long
return System