VCLinkerTool.RandomizedBaseAddress Property

Definition

Gets or sets a value controls whether to generate an executable image that can be randomly rebased at load time by using the address space layout randomization (ASLR) feature of Windows Vista.

C++/CX
public:
 property Microsoft::VisualStudio::VCProjectEngine::enumRandomizedBaseAddressBOOL RandomizedBaseAddress { Microsoft::VisualStudio::VCProjectEngine::enumRandomizedBaseAddressBOOL get(); void set(Microsoft::VisualStudio::VCProjectEngine::enumRandomizedBaseAddressBOOL value); };

Property Value

A member of the enumRandomizedBaseAddressBOOL enumeration.

Attributes

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022