DebugDirectory 類別

說明模組的偵錯目錄資訊。

繼承階層架構

System.Object
  Microsoft.VisualStudio.IntelliTrace.DebugDirectory

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public NotInheritable Class DebugDirectory
public sealed class DebugDirectory
public ref class DebugDirectory sealed
[<Sealed>]
type DebugDirectory =  class end
public final class DebugDirectory

DebugDirectory 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 Data 取得偵錯目錄的未經處理資料。這是 IMAGE_DEBUG_DIRECTORY 所指向的資料。PointerToRawData] 欄位中。
公用屬性 Directory 取得偵錯目錄資訊。這項資料來自於模組中的 IMAGE_DEBUG_DIRECTORY 結構。

回頁首

方法

  名稱 說明
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.IntelliTrace 命名空間