C# Class Mono.Debugger.Languages.Native.NativeFunctionType

Inheritance: TargetFunctionType
Mostrar archivo Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
GetSignature ( System.Thread target ) : TargetMethodSignature
GetSourceCode ( ) : MethodSource
NativeFunctionType ( System.Language language, string name, TargetType return_type, TargetType parameter_types ) : System

Protected Methods

Method Description
DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject

Private Methods

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

Method Details

DoGetObject() protected method

protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
return TargetObject

GetSignature() public method

public GetSignature ( System.Thread target ) : TargetMethodSignature
target System.Thread
return TargetMethodSignature

GetSourceCode() public method

public GetSourceCode ( ) : MethodSource
return MethodSource

NativeFunctionType() public method

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