linkFixedBaseAddress - перечисление
Advises the operating system to load the program only at its preferred base address. If the preferred base address is unavailable, the operating system does not load the file.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration linkFixedBaseAddress
'Применение
Dim instance As linkFixedBaseAddress
public enum linkFixedBaseAddress
public enum class linkFixedBaseAddress
public enum linkFixedBaseAddress
Члены
Имя члена | Описание | |
---|---|---|
linkFixedBaseAddressDefault | Default | |
linkFixedBaseAddressNo | /FIXED:NO is the default when building a DLL, and /FIXED is the default for any other project type. | |
linkFixedBaseAddressYes | When /FIXED is specified, LINK does not generate a relocation section in the program. If the operating system is unable to load the program at that address at run time, it issues an error message and does not load the program. |
Заметки
Used by the FixedBaseAddress property.