C# Class Mono.Debugger.Languages.TargetPointerObject

Inheritance: TargetObject
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
Type TargetPointerType

Méthodes publiques

Méthode Description
GetArrayElement ( Thread thread, int index ) : TargetObject
GetCurrentType ( Thread thread ) : TargetType

The current type of the object pointed to by this pointer. May only be used if ITargetPointerType.HasStaticType is false.

GetDereferencedObject ( Thread thread ) : TargetObject

If HasDereferencedObject is true, return the dereferenced object.

Méthodes protégées

Méthode Description
GetDereferencedLocation ( ) : TargetLocation

Private Methods

Méthode Description
GetArrayElement ( TargetMemoryAccess target, int index ) : TargetObject
GetCurrentType ( TargetMemoryAccess target ) : TargetType
GetDereferencedObject ( TargetMemoryAccess target ) : TargetObject
TargetPointerObject ( TargetPointerType type, TargetLocation location )

Method Details

GetArrayElement() public méthode

public GetArrayElement ( Thread thread, int index ) : TargetObject
thread Thread
index int
Résultat TargetObject

GetCurrentType() public méthode

The current type of the object pointed to by this pointer. May only be used if ITargetPointerType.HasStaticType is false.
public GetCurrentType ( Thread thread ) : TargetType
thread Thread
Résultat TargetType

GetDereferencedLocation() protected méthode

protected GetDereferencedLocation ( ) : TargetLocation
Résultat TargetLocation

GetDereferencedObject() public méthode

If HasDereferencedObject is true, return the dereferenced object.
public GetDereferencedObject ( Thread thread ) : TargetObject
thread Thread
Résultat TargetObject

Property Details

Type public_oe property

public TargetPointerType,Mono.Debugger.Languages Type
Résultat TargetPointerType