memoryReference property

String? memoryReference
final

The memory reference for the variable if the variable represents executable code, such as a function pointer. This attribute is only required if the corresponding capability supportsMemoryReferences is true.

Implementation

final String? memoryReference;