VCLinkerTool.EntryPointSymbol Eigenschaft

Definition

Ruft die Startadresse (Einstiegspunkt) für eine EXE-Datei oder DLL ab oder legt diese fest.

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

Eigenschaftswert

String

Die Startadresse für eine EXE- oder DLL-Datei.

Attribute

Hinweise

EntryPointSymbol macht die Funktionalität der Linkeroption /Entry (Einstiegspunkt Symbol) verfügbar.

Gilt für