VCLinkerTool.BaseAddress Property

Gets or sets a base address for the program, overriding the default location for an .exe file (at 0x400000) or a DLL (at 0x10000000).

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property BaseAddress As String
    Get
    Set
string BaseAddress { get; set; }
property String^ BaseAddress {
    String^ get ();
    void set (String^ value);
}
abstract BaseAddress : string with get, set
function get BaseAddress () : String
function set BaseAddress (value : String)

Property Value

Type: System.String
A base address for the program.

Remarks

BaseAddress exposes the functionality of the /BASE (Base Address) linker option.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace