PEHeader.AddressOfEntryPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 PE 檔案載入記憶體時,取得相對於基底映像的進入點位址。
public:
property int AddressOfEntryPoint { int get(); };
public int AddressOfEntryPoint { get; }
member this.AddressOfEntryPoint : int
Public ReadOnly Property AddressOfEntryPoint As Integer
屬性值
相對於映像基底的進入點位址。
備註
針對程式映像,這是起始位址。 對於設備驅動器,這是初始化函式的位址。 DLL 是選擇性的進入點。 當沒有任何進入點存在時,此欄位必須為零。