Share via


ISymbolReader.UserEntryPoint Propiedad

Definición

Obtiene el símbolo (token) de metadatos del método especificado como punto de entrada del usuario para el módulo, en caso de que haya alguno.

public:
 property System::Diagnostics::SymbolStore::SymbolToken UserEntryPoint { System::Diagnostics::SymbolStore::SymbolToken get(); };
public System.Diagnostics.SymbolStore.SymbolToken UserEntryPoint { get; }
member this.UserEntryPoint : System.Diagnostics.SymbolStore.SymbolToken
Public ReadOnly Property UserEntryPoint As SymbolToken

Valor de propiedad

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

Comentarios

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

Se aplica a