메소드 | 설명 | |
---|---|---|
CapturedVariable ( |
||
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 |
메소드 | 설명 | |
---|---|---|
DoResolve ( TargetMemoryAccess target ) : bool |
메소드 | 설명 | |
---|---|---|
GetLocation ( StackFrame frame, TargetMemoryAccess target ) : TargetLocation | ||
GetObject ( StackFrame frame, TargetMemoryAccess target ) : TargetObject | ||
SetObject ( StackFrame frame, TargetMemoryAccess target, TargetObject obj ) : void |
public CapturedVariable ( |
||
scope | ||
method | Method | |
name | string | |
field_name | string | |
리턴 | System |
protected DoResolve ( TargetMemoryAccess target ) : bool | ||
target | TargetMemoryAccess | |
리턴 | bool |
public GetLocation ( StackFrame frame ) : TargetLocation | ||
frame | StackFrame | |
리턴 | TargetLocation |
public PrintLocation ( StackFrame frame ) : string | ||
frame | StackFrame | |
리턴 | string |
public Resolve ( TargetMemoryAccess target ) : bool | ||
target | TargetMemoryAccess | |
리턴 | bool |
public SetObject ( StackFrame frame, TargetObject obj ) : void | ||
frame | StackFrame | |
obj | TargetObject | |
리턴 | void |