C# Class Mono.Debugger.Languages.TargetArrayObject

Inheritance: TargetObject
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
Rank int
Type TargetArrayType

Protected Properties

Свойство Type Description
bounds TargetArrayBounds

Méthodes publiques

Méthode Description
GetArrayBounds ( System.Thread thread ) : TargetArrayBounds
GetClassObject ( System.Thread thread ) : TargetClassObject
GetElement ( System.Thread thread, int indices ) : TargetObject
SetElement ( System.Thread thread, int indices, TargetObject obj ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
DoGetArrayBounds ( TargetMemoryAccess target ) : void
GetArrayBounds ( TargetMemoryAccess target ) : bool
GetArrayOffset ( TargetMemoryAccess target, int indices ) : int
GetLength ( TargetMemoryAccess target ) : int

Private Methods

Méthode Description
GetClassObject ( TargetMemoryAccess target ) : TargetClassObject
GetElement ( TargetMemoryAccess target, int indices ) : TargetObject
SetElement ( TargetMemoryAccess target, int indices, TargetObject obj ) : void
TargetArrayObject ( TargetArrayType type, TargetLocation location ) : System

Method Details

DoGetArrayBounds() protected abstract méthode

protected abstract DoGetArrayBounds ( TargetMemoryAccess target ) : void
target TargetMemoryAccess
Résultat void

GetArrayBounds() public méthode

public GetArrayBounds ( System.Thread thread ) : TargetArrayBounds
thread System.Thread
Résultat TargetArrayBounds

GetArrayBounds() protected méthode

protected GetArrayBounds ( TargetMemoryAccess target ) : bool
target TargetMemoryAccess
Résultat bool

GetArrayOffset() protected méthode

protected GetArrayOffset ( TargetMemoryAccess target, int indices ) : int
target TargetMemoryAccess
indices int
Résultat int

GetClassObject() public méthode

public GetClassObject ( System.Thread thread ) : TargetClassObject
thread System.Thread
Résultat TargetClassObject

GetElement() public méthode

public GetElement ( System.Thread thread, int indices ) : TargetObject
thread System.Thread
indices int
Résultat TargetObject

GetLength() protected méthode

protected GetLength ( TargetMemoryAccess target ) : int
target TargetMemoryAccess
Résultat int

SetElement() public méthode

public SetElement ( System.Thread thread, int indices, TargetObject obj ) : void
thread System.Thread
indices int
obj TargetObject
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Rank public_oe property

public int Rank
Résultat int

Type public_oe property

public TargetArrayType,Mono.Debugger.Languages Type
Résultat TargetArrayType

bounds protected_oe property

protected TargetArrayBounds,Mono.Debugger.Languages bounds
Résultat TargetArrayBounds