Share via


ISymbolReader.UserEntryPoint 屬性

定義

取得方法的中繼資料語彙基元 (如果有的話),這個語彙基元會被指定為模組的使用者進入點。

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

屬性值

方法的中繼資料語彙基元,這是模組的使用者進入點。

備註

這通常是您的主要方法,而不是在main方法之前產生編譯程式產生的存根。

適用於