SymWriter.SetUserEntryPoint(SymbolToken) Méthode
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.
Identifie la méthode définie par l'utilisateur comme point d'entrée du module actuel.
public:
override void SetUserEntryPoint(System::Diagnostics::SymbolStore::SymbolToken entryMethod);
public:
virtual void SetUserEntryPoint(System::Diagnostics::SymbolStore::SymbolToken entryMethod);
public override void SetUserEntryPoint (System.Diagnostics.SymbolStore.SymbolToken entryMethod);
public virtual void SetUserEntryPoint (System.Diagnostics.SymbolStore.SymbolToken entryMethod);
abstract member SetUserEntryPoint : System.Diagnostics.SymbolStore.SymbolToken -> unit
override this.SetUserEntryPoint : System.Diagnostics.SymbolStore.SymbolToken -> unit
Public Overrides Sub SetUserEntryPoint (entryMethod As SymbolToken)
Public Overridable Sub SetUserEntryPoint (entryMethod As SymbolToken)
Paramètres
- entryMethod
- SymbolToken
Jeton de métadonnées pour la méthode correspondant au point d'entrée utilisateur.
Implémente
Remarques
Il s’agit normalement de la méthode main.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.