ISymbolWriter.SetUserEntryPoint(SymbolToken) Méthode
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.
Identifie la méthode définie par l'utilisateur comme point d'entrée du module actuel.
public:
void SetUserEntryPoint(System::Diagnostics::SymbolStore::SymbolToken entryMethod);
public void SetUserEntryPoint (System.Diagnostics.SymbolStore.SymbolToken entryMethod);
abstract member SetUserEntryPoint : System.Diagnostics.SymbolStore.SymbolToken -> unit
Public Sub SetUserEntryPoint (entryMethod As SymbolToken)
- entryMethod
- SymbolToken
Jeton de métadonnées pour la méthode correspondant au point d'entrée utilisateur.
Il s’agit normalement de votre méthode main, plutôt que des stubs générés par le compilateur avant la méthode main.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :