C# Class Mono.Debugger.Languages.ClientSuppliedTargetLocation

This is a location in the client address space.
Inheritance: TargetLocation
Show file Open project: baulig/debugger Class Usage Examples

Private Properties

Property Type Description
GetAddress TargetAddress
ReadMemory TargetBlob
WriteAddress void
WriteBuffer void

Public Methods

Method Description
ClientSuppliedTargetLocation ( TargetBlob blob ) : System
Print ( ) : string

Protected Methods

Method Description
MyToString ( ) : string

Private Methods

Method Description
GetAddress ( TargetMemoryAccess target ) : TargetAddress
ReadMemory ( TargetMemoryAccess target, int size ) : TargetBlob
WriteAddress ( TargetMemoryAccess target, TargetAddress new_address ) : void
WriteBuffer ( TargetMemoryAccess target, byte data ) : void

Method Details

ClientSuppliedTargetLocation() public method

public ClientSuppliedTargetLocation ( TargetBlob blob ) : System
blob TargetBlob
return System

MyToString() protected method

protected MyToString ( ) : string
return string

Print() public method

public Print ( ) : string
return string