imageVmAddr property

String? imageVmAddr
final

Optional. Preferred load address of the image in virtual memory, as declared in the headers of the image. When loading an image, the operating system may still choose to place it at a different address.

Implementation

final String? imageVmAddr;