ISymbolDocumentWriter Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents a document that is referenced by a symbol store.
Assembly: mscorlib (in mscorlib.dll)
The ISymbolDocumentWriter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SetCheckSum | Sets checksum information. |
![]() | SetSource | Stores the raw source for a document in the symbol store. |
A document is defined by a URL and a document type GUID. Optionally, the document source can be stored in the symbol store.
Note: |
|---|
This interface is the managed counterpart of the ISymUnmanagedDocumentWriter interface, which is one of the unmanaged symbol store interfaces that provide an alternative way to read and write debug symbol information. |

Note: