Partager via


Compilation.GetEntryPoint(CancellationToken) Méthode

Définition

Retourne la méthode Main qui servira de point d’entrée de l’assembly, s’il est exécutable (et non un script).

public:
 Microsoft::CodeAnalysis::IMethodSymbol ^ GetEntryPoint(System::Threading::CancellationToken cancellationToken);
public Microsoft.CodeAnalysis.IMethodSymbol GetEntryPoint (System.Threading.CancellationToken cancellationToken);
public Microsoft.CodeAnalysis.IMethodSymbol? GetEntryPoint (System.Threading.CancellationToken cancellationToken);
member this.GetEntryPoint : System.Threading.CancellationToken -> Microsoft.CodeAnalysis.IMethodSymbol
Public Function GetEntryPoint (cancellationToken As CancellationToken) As IMethodSymbol

Paramètres

cancellationToken
CancellationToken

Retours

S’applique à