C# Class Mono.Debugger.Languages.Mono.MonoVariable

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

Méthodes publiques

Méthode Description
GetLocation ( StackFrame frame ) : TargetLocation
IsAlive ( TargetAddress address ) : bool
IsInScope ( TargetAddress address ) : bool
MonoVariable ( string name, TargetType type, bool is_local, bool is_byref, Method method, VariableInfo info ) : System
MonoVariable ( string name, TargetType type, bool is_local, bool is_byref, Method method, VariableInfo info, int start_scope_offset, int end_scope_offset ) : System
PrintLocation ( StackFrame frame ) : string
SetObject ( StackFrame frame, TargetObject obj ) : void
ToString ( ) : string

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

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

MonoVariable() public méthode

public MonoVariable ( string name, TargetType type, bool is_local, bool is_byref, Method method, VariableInfo info ) : System
name string
type TargetType
is_local bool
is_byref bool
method Method
info Mono.Debugger.Backend.Mono.VariableInfo
Résultat System

MonoVariable() public méthode

public MonoVariable ( string name, TargetType type, bool is_local, bool is_byref, Method method, VariableInfo info, int start_scope_offset, int end_scope_offset ) : System
name string
type TargetType
is_local bool
is_byref bool
method Method
info Mono.Debugger.Backend.Mono.VariableInfo
start_scope_offset int
end_scope_offset int
Résultat System

PrintLocation() public méthode

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

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