AL.BaseAddress Property

Definition

Gets or sets the address at which a DLL will be loaded on the user's computer at run time.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ BaseAddress { System::String ^ get(); void set(System::String ^ value); };
public string BaseAddress { get; set; }
member this.BaseAddress : string with get, set
Public Property BaseAddress As String

Property Value

The address at which a DLL will be loaded on the user's computer at run time.

Remarks

Applications load faster if you specify the base address of the DLLs, rather than letting the operating system relocate the DLLs in the process space. This property corresponds to the /base[address] option in Al.exe (Assembly Linker).

Applies to