프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ID | int | ||
Parent |
메소드 | 설명 | |
---|---|---|
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, |
||
ScopeInfo ( int id, TargetVariable var, TargetClassType type ) : System | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
DoResolve ( TargetMemoryAccess target ) : bool |
protected DoResolve ( TargetMemoryAccess target ) : bool | ||
target | TargetMemoryAccess | |
리턴 | bool |
public GetField ( TargetMemoryAccess target, string name ) : TargetFieldInfo | ||
target | TargetMemoryAccess | |
name | string | |
리턴 | TargetFieldInfo |
public GetObject ( StackFrame frame, TargetMemoryAccess target ) : TargetObject | ||
frame | StackFrame | |
target | TargetMemoryAccess | |
리턴 | TargetObject |
public GetVariable ( StackFrame frame, TargetMemoryAccess target, string name ) : TargetObject | ||
frame | StackFrame | |
target | TargetMemoryAccess | |
name | string | |
리턴 | TargetObject |
public Resolve ( TargetMemoryAccess target ) : bool | ||
target | TargetMemoryAccess | |
리턴 | bool |
public ScopeInfo ( int id, |
||
id | int | |
parent | ||
리턴 | System |
public ScopeInfo ( int id, TargetVariable var, TargetClassType type ) : System | ||
id | int | |
var | TargetVariable | |
type | TargetClassType | |
리턴 | System |