C# 클래스 Mono.Debugger.Languages.Native.NativeFunctionType

상속: TargetFunctionType
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
GetSignature ( System.Thread target ) : TargetMethodSignature
GetSourceCode ( ) : MethodSource
NativeFunctionType ( System.Language language, string name, TargetType return_type, TargetType parameter_types ) : System

보호된 메소드들

메소드 설명
DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject

비공개 메소드들

메소드 설명
GetBreakpointHandle ( Breakpoint breakpoint, int line, int column ) : FunctionBreakpointHandle
GetPointerName ( ) : string
NativeFunctionType ( System.Language language ) : System
SetPrototype ( TargetType ret_type, TargetType param_types ) : void

메소드 상세

DoGetObject() 보호된 메소드

protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
리턴 TargetObject

GetSignature() 공개 메소드

public GetSignature ( System.Thread target ) : TargetMethodSignature
target System.Thread
리턴 TargetMethodSignature

GetSourceCode() 공개 메소드

public GetSourceCode ( ) : MethodSource
리턴 MethodSource

NativeFunctionType() 공개 메소드

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
리턴 System