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

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

Méthodes publiques

Свойство Type Description
Type TargetFunctionType

Méthodes publiques

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

Méthodes protégées

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

Method Details

DoGetObject() protected méthode

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

GetObject() public méthode

public GetObject ( TargetAddress address ) : TargetPointerObject
address TargetAddress
Résultat TargetPointerObject

NativeFunctionPointer() public méthode

public NativeFunctionPointer ( System.Language language, TargetFunctionType func ) : System
language System.Language
func TargetFunctionType
Résultat System

Property Details

Type public_oe property

public TargetFunctionType Type
Résultat TargetFunctionType