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

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

공개 프로퍼티들

프로퍼티 타입 설명
Type TargetFunctionType

공개 메소드들

메소드 설명
GetObject ( TargetAddress address ) : TargetPointerObject
NativeFunctionPointer ( System.Language language, TargetFunctionType func ) : System

보호된 메소드들

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

메소드 상세

DoGetObject() 보호된 메소드

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

GetObject() 공개 메소드

public GetObject ( TargetAddress address ) : TargetPointerObject
address TargetAddress
리턴 TargetPointerObject

NativeFunctionPointer() 공개 메소드

public NativeFunctionPointer ( System.Language language, TargetFunctionType func ) : System
language System.Language
func TargetFunctionType
리턴 System

프로퍼티 상세

Type 공개적으로 프로퍼티

public TargetFunctionType Type
리턴 TargetFunctionType