C# 클래스 Mono.Debugger.Languages.Native.NativePointerObject

상속: TargetPointerObject
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
NativePointerObject ( NativePointerType type, TargetLocation location ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

NativePointerObject() 공개 메소드

public NativePointerObject ( NativePointerType type, TargetLocation location ) : System
type NativePointerType
location TargetLocation
리턴 System