C# Class Mono.Debugger.Languages.Mono.CapturedVariable

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

Méthodes publiques

Méthode Description
CapturedVariable ( ScopeInfo scope, Method method, string name, string field_name ) : System
GetLocation ( StackFrame frame ) : TargetLocation
IsAlive ( TargetAddress address ) : bool
IsInScope ( TargetAddress address ) : bool
PrintLocation ( StackFrame frame ) : string
Resolve ( TargetMemoryAccess target ) : bool
SetObject ( StackFrame frame, TargetObject obj ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
DoResolve ( TargetMemoryAccess target ) : bool

Private Methods

Méthode Description
GetLocation ( StackFrame frame, TargetMemoryAccess target ) : TargetLocation
GetObject ( StackFrame frame, TargetMemoryAccess target ) : TargetObject
SetObject ( StackFrame frame, TargetMemoryAccess target, TargetObject obj ) : void

Method Details

CapturedVariable() public méthode

public CapturedVariable ( ScopeInfo scope, Method method, string name, string field_name ) : System
scope ScopeInfo
method Method
name string
field_name string
Résultat System

DoResolve() protected méthode

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

GetLocation() public méthode

public GetLocation ( StackFrame frame ) : TargetLocation
frame StackFrame
Résultat TargetLocation

IsAlive() public méthode

public IsAlive ( TargetAddress address ) : bool
address TargetAddress
Résultat bool

IsInScope() public méthode

public IsInScope ( TargetAddress address ) : bool
address TargetAddress
Résultat bool

PrintLocation() public méthode

public PrintLocation ( StackFrame frame ) : string
frame StackFrame
Résultat string

Resolve() public méthode

public Resolve ( TargetMemoryAccess target ) : bool
target TargetMemoryAccess
Résultat bool

SetObject() public méthode

public SetObject ( StackFrame frame, TargetObject obj ) : void
frame StackFrame
obj TargetObject
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string