C# Class Mono.Debugger.Languages.ClientSuppliedTargetLocation

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

Private Properties

Свойство Type Description
GetAddress TargetAddress
ReadMemory TargetBlob
WriteAddress void
WriteBuffer void

Méthodes publiques

Méthode Description
ClientSuppliedTargetLocation ( TargetBlob blob ) : System
Print ( ) : string

Méthodes protégées

Méthode Description
MyToString ( ) : string

Private Methods

Méthode 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 méthode

public ClientSuppliedTargetLocation ( TargetBlob blob ) : System
blob TargetBlob
Résultat System

MyToString() protected méthode

protected MyToString ( ) : string
Résultat string

Print() public méthode

public Print ( ) : string
Résultat string