DebugDirectoryEntry 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別偵錯資訊區塊的位置、大小和格式。
public value class DebugDirectoryEntry
public readonly struct DebugDirectoryEntry
public struct DebugDirectoryEntry
type DebugDirectoryEntry = struct
Public Structure DebugDirectoryEntry
- 繼承
建構函式
DebugDirectoryEntry(UInt32, UInt16, UInt16, DebugDirectoryEntryType, Int32, Int32, Int32) |
初始化 DebugDirectoryEntry 結構的新執行個體。 |
屬性
DataPointer |
取得偵錯資料的檔案指標。 |
DataRelativeVirtualAddress |
在載入時,取得相對於基底映像的偵錯資料位址。 |
DataSize |
取得偵錯資料的大小 (不包括偵錯目錄本身)。 |
IsPortableCodeView |
取得值,指出此項目是否為指向可攜式 PDB 的 CodeView 項目。 |
MajorVersion |
取得偵錯資料格式的主要版本號碼。 |
MinorVersion |
取得偵錯資料格式的次要版本號碼。 |
Stamp |
如果 PE/COFF 檔案不具決定性,請取得偵錯資料的建立時間和日期;否則,請取得以內容雜湊為基礎的值。 |
Type |
取得偵錯資訊的格式。 |