System.Diagnostics.SymbolStore.ISymbolDocument Members

The members of System.Diagnostics.SymbolStore.ISymbolDocument are listed below.

Public Properties

[read-only]
CheckSumAlgorithmIdGuid.

Gets the checksum algorithm identifier.

[read-only]
DocumentTypeGuid.

Gets the type of the current document.

[read-only]
HasEmbeddedSourcebool.

Checks whether the current document is stored in the symbol store.

[read-only]
LanguageGuid.

Gets the language of the current document.

[read-only]
LanguageVendorGuid.

Gets the language vendor of the current document.

[read-only]
SourceLengthint.

Gets the length, in bytes, of the embedded source.

[read-only]
URLstring.

Gets the URL of the current document.

Public Methods

FindClosestLine(int) : int

Returns the closest line that is a sequence point, given a line in the current document that might or might not be a sequence point.

GetCheckSum() : byte[]

Gets the checksum.

GetSourceRange(int, int, int, int) : byte[]

Gets the embedded document source for the specified range.