C# Class Mono.Debugger.Languages.AbsoluteTargetLocation

This is an absolute address - usually supplied by the user.
Inheritance: TargetLocation
Show file Open project: baulig/debugger Class Usage Examples

Private Properties

Property Type Description
GetAddress TargetAddress

Public Methods

Method Description
AbsoluteTargetLocation ( TargetAddress address ) : System
Print ( ) : string

Protected Methods

Method Description
MyToString ( ) : string

Private Methods

Method Description
GetAddress ( TargetMemoryAccess target ) : TargetAddress

Method Details

AbsoluteTargetLocation() public method

public AbsoluteTargetLocation ( TargetAddress address ) : System
address TargetAddress
return System

MyToString() protected method

protected MyToString ( ) : string
return string

Print() public method

public Print ( ) : string
return string