ISymbolDocumentWriter Interface
Represents a document that is referenced by a symbol store.
Namespace: System.Diagnostics.SymbolStore
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.


Note: