Share via


ISymbolWriter.SetUserEntryPoint(SymbolToken) Método

Definición

Identifica el método definido por el usuario como punto de entrada del módulo actual.

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)

Parámetros

entryMethod
SymbolToken

Símbolo (token) de metadatos del método que constituye el punto de entrada del usuario.

Comentarios

Normalmente, este es el método principal, en lugar de los códigos auxiliares generados por el compilador antes del método main.

Se aplica a