VCLinkerTool.EntryPointSymbol Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'adresse de départ (point d'entrée) pour un fichier .exe ou une 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
Valeur de propriété
Adresse de départ pour un fichier .exe ou .dll.
- Attributs
Remarques
EntryPointSymbol expose les fonctionnalités de l’option de l’éditeur de liens /entry (symbole de point d’entrée) .