PEHeaders.CorHeaderStartOffset 屬性

定義

取得從影像起始位元組偏移到 COR 標頭的位元組偏移量。

public:
 property int CorHeaderStartOffset { int get(); };
public int CorHeaderStartOffset { get; }
member this.CorHeaderStartOffset : int
Public ReadOnly Property CorHeaderStartOffset As Integer

屬性值

從影像起始點到COR標頭的位元組偏移量,若影像沒有COR標頭則為 -1。

適用於