ISymbolDocumentWriter Interface

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Represents a document that is referenced by a symbol store.

Namespace:  System.Diagnostics.SymbolStore
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Interface ISymbolDocumentWriter
[ComVisibleAttribute(true)]
public interface ISymbolDocumentWriter

The ISymbolDocumentWriter type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone SetCheckSum Sets checksum information.
Public methodSupported by Silverlight for Windows Phone SetSource Stores the raw source for a document in the symbol store.

Top

Remarks

A document is defined by a URL and a document type GUID. Optionally, the document source can be stored in the symbol store.

NoteNote:

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.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.