SymReader.UserEntryPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得方法的中繼資料語彙基元 (如果有的話),這個語彙基元會被指定為模組的使用者進入點。
public:
virtual property System::Diagnostics::SymbolStore::SymbolToken UserEntryPoint { System::Diagnostics::SymbolStore::SymbolToken get(); };
public override System.Diagnostics.SymbolStore.SymbolToken UserEntryPoint { get; }
public virtual System.Diagnostics.SymbolStore.SymbolToken UserEntryPoint { get; }
member this.UserEntryPoint : System.Diagnostics.SymbolStore.SymbolToken
Public Overrides ReadOnly Property UserEntryPoint As SymbolToken
Public Overridable ReadOnly Property UserEntryPoint As SymbolToken
屬性值
方法的中繼資料語彙基元,這是模組的使用者進入點。
實作
例外狀況
找不到進入點。
備註
傳回值通常是main方法。