C# Class Mono.Debugger.Languages.TargetFundamentalObject

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

Méthodes publiques

Свойство Type Description
Type TargetFundamentalType

Méthodes publiques

Méthode Description
GetObject ( System.Thread thread ) : object
SetObject ( System.Thread thread, TargetObject obj ) : void

Méthodes protégées

Méthode Description
DoGetObject ( TargetMemoryAccess target ) : object

Private Methods

Méthode Description
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
GetObject ( TargetMemoryAccess target ) : object
Print ( TargetMemoryAccess target ) : string
TargetFundamentalObject ( TargetFundamentalType type, TargetLocation location ) : System

Method Details

DoGetObject() protected méthode

protected DoGetObject ( TargetMemoryAccess target ) : object
target TargetMemoryAccess
Résultat object

GetObject() public méthode

public GetObject ( System.Thread thread ) : object
thread System.Thread
Résultat object

SetObject() public méthode

public SetObject ( System.Thread thread, TargetObject obj ) : void
thread System.Thread
obj TargetObject
Résultat void

Property Details

Type public_oe property

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