C# Class Mono.Debugger.Languages.TargetFunctionType

Inheritance: TargetType
Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
GetSignature ( System.Thread target ) : TargetMethodSignature
GetSourceCode ( ) : MethodSource

Protected Methods

Method Description
TargetFunctionType ( Language language ) : System

Private Methods

Method Description
GetBreakpointHandle ( Breakpoint breakpoint, int line, int column ) : FunctionBreakpointHandle

Method Details

GetSignature() public abstract method

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

GetSourceCode() public abstract method

public abstract GetSourceCode ( ) : MethodSource
return MethodSource

TargetFunctionType() protected method

protected TargetFunctionType ( Language language ) : System
language Language
return System