VCLinkerTool.EntryPointSymbol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the starting address (entry point) for an .exe file or DLL.
public:
property System::String ^ EntryPointSymbol { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ EntryPointSymbol { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(100)]
public string EntryPointSymbol { [System.Runtime.InteropServices.DispId(100)] get; [System.Runtime.InteropServices.DispId(100)] set; }
[<System.Runtime.InteropServices.DispId(100)>]
[<get: System.Runtime.InteropServices.DispId(100)>]
[<set: System.Runtime.InteropServices.DispId(100)>]
member this.EntryPointSymbol : string with get, set
Public Property EntryPointSymbol As String
Property Value
The starting address for an .exe or .dll file.
- Attributes
Remarks
EntryPointSymbol exposes the functionality of the /ENTRY (Entry-Point Symbol) linker option.