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

Inheritance: TargetFunctionType
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Private Properties

Свойство Type Description
GetBreakpointHandle FunctionBreakpointHandle
GetMethodName string
MonoFunctionType System
ResolveClass MonoClassInfo

Méthodes publiques

Méthode Description
GetSignature ( System.Thread thread ) : TargetMethodSignature
GetSourceCode ( ) : MethodSource

Méthodes protégées

Méthode Description
DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject

Private Methods

Méthode 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 méthode

protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
Résultat TargetObject

GetSignature() public méthode

public GetSignature ( System.Thread thread ) : TargetMethodSignature
thread System.Thread
Résultat TargetMethodSignature

GetSourceCode() public méthode

public GetSourceCode ( ) : MethodSource
Résultat MethodSource