ISymbolDocument 介面

定義

代表符號存放區所參考的文件。

public interface class ISymbolDocument
public interface ISymbolDocument
[System.Runtime.InteropServices.ComVisible(true)]
public interface ISymbolDocument
type ISymbolDocument = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ISymbolDocument = interface
Public Interface ISymbolDocument
衍生
屬性

備註

檔是由 URL 和檔案類型 GUID 所定義。 您可以使用檔案類型 GUID 和網址來找到檔案。 您可以選擇性地將文件來源儲存在符號存放區中。

如果存在,此介面也會提供該來源的存取權。

注意

此介面是介面的Managed對應專案,這是非受控符號存放區介面之 ISymUnmanagedDocument 一,可提供讀取和寫入偵錯符號資訊的替代方式。

屬性

CheckSumAlgorithmId

取得總和檢查碼演算法識別項。

DocumentType

取得目前文件的類型。

HasEmbeddedSource

檢查目前文件是否存放在符號存放區中。

Language

取得目前文件的語言。

LanguageVendor

取得目前文件的語言廠商。

SourceLength

取得內嵌來源的長度 (以位元組為單位)。

URL

取得目前文件的 URL。

方法

FindClosestLine(Int32)

在目前文件中不一定是序列點的行之情況下,傳回是序列點的最接近一行。

GetCheckSum()

取得總和檢查碼。

GetSourceRange(Int32, Int32, Int32, Int32)

取得指定範圍的內嵌文件來源。

適用於

另請參閱