C# Class Mono.Debugger.Languages.Native.NativePointerObject

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

Méthodes publiques

Méthode Description
NativePointerObject ( NativePointerType type, TargetLocation location ) : System

Private Methods

Méthode Description
GetArrayElement ( TargetMemoryAccess target, int index ) : TargetObject
GetCurrentType ( TargetMemoryAccess target ) : TargetType
GetDereferencedObject ( TargetMemoryAccess target ) : TargetObject
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
Print ( TargetMemoryAccess target ) : string

Method Details

NativePointerObject() public méthode

public NativePointerObject ( NativePointerType type, TargetLocation location ) : System
type NativePointerType
location TargetLocation
Résultat System