C# Class Mono.Debugger.Languages.Mono.MonoFunctionType

Inheritance: TargetFunctionType
Datei anzeigen Open project: baulig/debugger Class Usage Examples

Private Properties

Property Type Description
GetBreakpointHandle FunctionBreakpointHandle
GetMethodName string
MonoFunctionType System
ResolveClass MonoClassInfo

Public Methods

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

Protected Methods

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

Private Methods

Method Description
GetBreakpointHandle ( Breakpoint breakpoint, int line, int column ) : FunctionBreakpointHandle
GetMethodName ( Mono.Cecil mdef ) : string
MonoFunctionType ( IMonoStructType klass, Mono.Cecil mdef ) : System
ResolveClass ( TargetMemoryAccess target, bool fail ) : MonoClassInfo

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 thread ) : TargetMethodSignature
thread System.Thread
return TargetMethodSignature

GetSourceCode() public method

public GetSourceCode ( ) : MethodSource
return MethodSource