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

Inheritance: TargetPointerType
Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Type TargetFunctionType

Public Methods

Method Description
GetObject ( TargetAddress address ) : TargetPointerObject
NativeFunctionPointer ( System.Language language, TargetFunctionType func ) : System

Protected Methods

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

Method Details

DoGetObject() protected method

protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
return TargetObject

GetObject() public method

public GetObject ( TargetAddress address ) : TargetPointerObject
address TargetAddress
return TargetPointerObject

NativeFunctionPointer() public method

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

Property Details

Type public property

public TargetFunctionType Type
return TargetFunctionType