Property | Type | Description | |
---|---|---|---|
Type | TargetFunctionType |
Method | Description | |
---|---|---|
GetObject ( TargetAddress address ) : TargetPointerObject | ||
NativeFunctionPointer ( System.Language language, TargetFunctionType func ) : System |
Method | Description | |
---|---|---|
DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject |
protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject | ||
target | TargetMemoryAccess | |
location | TargetLocation | |
return | TargetObject |
public GetObject ( TargetAddress address ) : TargetPointerObject | ||
address | TargetAddress | |
return | TargetPointerObject |
public NativeFunctionPointer ( System.Language language, TargetFunctionType func ) : System | ||
language | System.Language | |
func | TargetFunctionType | |
return | System |