ISymbolReader.UserEntryPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得方法的中繼資料語彙基元 (如果有的話),這個語彙基元會被指定為模組的使用者進入點。
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方法之前產生編譯程式產生的存根。