VCLinkerTool.EntryPointSymbol - свойство
Gets or sets the starting address (entry point) for an .exe file or DLL.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property EntryPointSymbol As String
'Применение
Dim instance As VCLinkerTool
Dim value As String
value = instance.EntryPointSymbol
instance.EntryPointSymbol = value
string EntryPointSymbol { get; set; }
property String^ EntryPointSymbol {
String^ get ();
void set (String^ value);
}
function get EntryPointSymbol () : String
function set EntryPointSymbol (value : String)
Значение свойства
Тип: System.String
The starting address for an .exe or .dll file.
Заметки
EntryPointSymbol exposes the functionality of the /ENTRY (Entry-Point Symbol) linker option.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.