C# 클래스 Mono.Debugger.Languages.Mono.MonoVariable

상속: TargetVariable
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetLocation ( StackFrame frame, TargetMemoryAccess target ) : TargetLocation
GetObject ( StackFrame frame, TargetMemoryAccess target ) : TargetObject
SetObject ( StackFrame frame, TargetMemoryAccess target, TargetObject obj ) : void

메소드 상세

GetLocation() 공개 메소드

public GetLocation ( StackFrame frame ) : TargetLocation
frame StackFrame
리턴 TargetLocation

IsAlive() 공개 메소드

public IsAlive ( TargetAddress address ) : bool
address TargetAddress
리턴 bool

IsInScope() 공개 메소드

public IsInScope ( TargetAddress address ) : bool
address TargetAddress
리턴 bool

MonoVariable() 공개 메소드

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
리턴 System

MonoVariable() 공개 메소드

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
리턴 System

PrintLocation() 공개 메소드

public PrintLocation ( StackFrame frame ) : string
frame StackFrame
리턴 string

SetObject() 공개 메소드

public SetObject ( StackFrame frame, TargetObject obj ) : void
frame StackFrame
obj TargetObject
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string