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

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

Méthodes publiques

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

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
GetPointerName ( ) : string
NativeFunctionType ( System.Language language ) : System
SetPrototype ( TargetType ret_type, TargetType param_types ) : void

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 target ) : TargetMethodSignature
target System.Thread
Résultat TargetMethodSignature

GetSourceCode() public méthode

public GetSourceCode ( ) : MethodSource
Résultat MethodSource

NativeFunctionType() public méthode

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
Résultat System