SymDocument Class
Represents a document referenced by a symbol store.
Assembly: ISymWrapper (in ISymWrapper.dll)
System.Diagnostics.SymbolStore::SymDocumentBase
System.Diagnostics.SymbolStore::SymDocument
| Name | Description | |
|---|---|---|
![]() | CheckSumAlgorithmId | Throws a NotSupportedException in all cases. |
![]() | DocumentType | Gets the type of the current document. |
![]() | HasEmbeddedSource | Indicates whether the source for the current document is stored in the symbol store. |
![]() | Language | Gets the language of the current document. |
![]() | LanguageVendor | Gets the language vendor of the current document. |
![]() | SourceLength | Gets the length, in bytes, of the embedded source. |
![]() | URL | Gets the URL of the current document. |
| Name | Description | |
|---|---|---|
![]() | {dtor}() | Releases the resources held by the current instance. (Inherited from SymDocumentBase.) |
![]() | Dispose() | Releases the resources used by the current instance of the SymDocument class. |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases unmanaged resources and performs other cleanup operations before the SymReader is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | FindClosestLine(Int32) | Returns the line number of 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() | Throws a NotSupportedException in all cases. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSourceRange(Int32, Int32, Int32, Int32) | Throws a NotSupportedException in all cases. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
A document is defined by a URL and a document type GUID. Using the document type GUID and the URL, you can locate the document. You can optionally store document source in the symbol store.
This interface also provides access to that source, if present.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


