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

Inheritance: TargetPointerObject
显示文件 Open project: baulig/debugger

Public Methods

Method Description
NativePointerObject ( NativePointerType 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

NativePointerObject() public method

public NativePointerObject ( NativePointerType type, TargetLocation location ) : System
type NativePointerType
location TargetLocation
return System