C# Class Mono.Debugger.Languages.Mono.MonoPointerObject

Inheritance: TargetPointerObject
Mostrar archivo Open project: baulig/debugger

Public Properties

Property Type Description
Type MonoPointerType

Public Methods

Method Description
MonoPointerObject ( MonoPointerType type, TargetLocation location ) : System

Private Methods

Method 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

MonoPointerObject() public method

public MonoPointerObject ( MonoPointerType type, TargetLocation location ) : System
type MonoPointerType
location TargetLocation
return System

Property Details

Type public_oe property

public MonoPointerType,Mono.Debugger.Languages.Mono Type
return MonoPointerType