C# Class Mono.Debugger.Languages.Mono.ScopeInfo

Inheritance: DebuggerMarshalByRefObject
ファイルを表示 Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
ID int
Parent CapturedVariable

Public Methods

Method Description
GetField ( TargetMemoryAccess target, string name ) : TargetFieldInfo
GetObject ( StackFrame frame, TargetMemoryAccess target ) : TargetObject
GetVariable ( StackFrame frame, TargetMemoryAccess target, string name ) : TargetObject
Resolve ( TargetMemoryAccess target ) : bool
ScopeInfo ( int id, CapturedVariable parent ) : System
ScopeInfo ( int id, TargetVariable var, TargetClassType type ) : System
ToString ( ) : string

Protected Methods

Method Description
DoResolve ( TargetMemoryAccess target ) : bool

Method Details

DoResolve() protected method

protected DoResolve ( TargetMemoryAccess target ) : bool
target TargetMemoryAccess
return bool

GetField() public method

public GetField ( TargetMemoryAccess target, string name ) : TargetFieldInfo
target TargetMemoryAccess
name string
return TargetFieldInfo

GetObject() public method

public GetObject ( StackFrame frame, TargetMemoryAccess target ) : TargetObject
frame StackFrame
target TargetMemoryAccess
return TargetObject

GetVariable() public method

public GetVariable ( StackFrame frame, TargetMemoryAccess target, string name ) : TargetObject
frame StackFrame
target TargetMemoryAccess
name string
return TargetObject

Resolve() public method

public Resolve ( TargetMemoryAccess target ) : bool
target TargetMemoryAccess
return bool

ScopeInfo() public method

public ScopeInfo ( int id, CapturedVariable parent ) : System
id int
parent CapturedVariable
return System

ScopeInfo() public method

public ScopeInfo ( int id, TargetVariable var, TargetClassType type ) : System
id int
var TargetVariable
type TargetClassType
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ID public_oe property

public int ID
return int

Parent public_oe property

public CapturedVariable,Mono.Debugger.Languages.Mono Parent
return CapturedVariable