C# 클래스 Mono.Debugger.Languages.Mono.MonoArrayObject

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

공개 메소드들

메소드 설명
MonoArrayObject ( MonoArrayType type, TargetLocation location ) : System

보호된 메소드들

메소드 설명
DoGetArrayBounds ( TargetMemoryAccess target ) : void

비공개 메소드들

메소드 설명
GetClassObject ( TargetMemoryAccess target ) : TargetClassObject
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
GetElement ( TargetMemoryAccess target, int indices ) : TargetObject
Print ( TargetMemoryAccess target ) : string
SetElement ( TargetMemoryAccess target, int indices, TargetObject obj ) : void

메소드 상세

DoGetArrayBounds() 보호된 메소드

protected DoGetArrayBounds ( TargetMemoryAccess target ) : void
target TargetMemoryAccess
리턴 void

MonoArrayObject() 공개 메소드

public MonoArrayObject ( MonoArrayType type, TargetLocation location ) : System
type MonoArrayType
location TargetLocation
리턴 System