Method | Description | |
---|---|---|
GetSignature ( System.Thread target ) : TargetMethodSignature | ||
GetSourceCode ( ) : MethodSource | ||
NativeFunctionType ( System.Language language, string name, TargetType return_type, TargetType parameter_types ) : System |
Method | Description | |
---|---|---|
DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject |
Method | Description | |
---|---|---|
GetBreakpointHandle ( Breakpoint breakpoint, int line, int column ) : FunctionBreakpointHandle | ||
GetPointerName ( ) : string | ||
NativeFunctionType ( System.Language language ) : System | ||
SetPrototype ( TargetType ret_type, TargetType param_types ) : void |
protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject | ||
target | TargetMemoryAccess | |
location | TargetLocation | |
return | TargetObject |
public GetSignature ( System.Thread target ) : TargetMethodSignature | ||
target | System.Thread | |
return | TargetMethodSignature |
public NativeFunctionType ( System.Language language, string name, TargetType return_type, TargetType parameter_types ) : System | ||
language | System.Language | |
name | string | |
return_type | TargetType | |
parameter_types | TargetType | |
return | System |