C# Class Mono.Debugger.Languages.TargetObject

Inheritance: DebuggerMarshalByRefObject
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Protected Properties

Свойство Type Description
type TargetType

Méthodes publiques

Méthode Description
GetAddress ( System.Thread thread ) : TargetAddress
Print ( Thread thread ) : string
PrintLocation ( ) : string
ToString ( ) : string

Private Methods

Méthode Description
GetAddress ( TargetMemoryAccess target ) : TargetAddress
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
Print ( TargetMemoryAccess memory ) : string
SetTypeName ( string type_name ) : void
TargetObject ( TargetType type, TargetLocation location ) : System

Method Details

GetAddress() public méthode

public GetAddress ( System.Thread thread ) : TargetAddress
thread System.Thread
Résultat TargetAddress

Print() public méthode

public Print ( Thread thread ) : string
thread Thread
Résultat string

PrintLocation() public méthode

public PrintLocation ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

type protected_oe property

protected TargetType type
Résultat TargetType