VCLinkerTool.EntryPointSymbol, propriété
Obtient ou définit l'adresse de départ (point d'entrée) pour un fichier .exe ou une DLL.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Property EntryPointSymbol As String
string EntryPointSymbol { get; set; }
property String^ EntryPointSymbol {
String^ get ();
void set (String^ value);
}
abstract EntryPointSymbol : string with get, set
function get EntryPointSymbol () : String
function set EntryPointSymbol (value : String)
Valeur de propriété
Type : String
Adresse de départ pour un fichier .exe ou .dll.
Notes
EntryPointSymbol expose les fonctions de l'option /ENTRY (Symbole de point d'entrée) de l'éditeur de liens.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.