C# Class Mono.Debugger.Languages.Mono.MonoPointerType

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

Méthodes publiques

Méthode Description
GetObject ( TargetAddress address ) : TargetPointerObject
MonoPointerType ( TargetType element_type ) : System

Méthodes protégées

Méthode Description
DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject

Method Details

DoGetObject() protected méthode

protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
Résultat TargetObject

GetObject() public méthode

public GetObject ( TargetAddress address ) : TargetPointerObject
address TargetAddress
Résultat TargetPointerObject

MonoPointerType() public méthode

public MonoPointerType ( TargetType element_type ) : System
element_type TargetType
Résultat System