VCLinkerTool.RandomizedBaseAddress Property
Visual Studio 2012
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.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
function get RandomizedBaseAddress () : enumRandomizedBaseAddressBOOL function set RandomizedBaseAddress (value : enumRandomizedBaseAddressBOOL)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.enumRandomizedBaseAddressBOOLA member of the enumRandomizedBaseAddressBOOL enumeration.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.