Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISymbolDocumentWriter Interface

Represents a document that is referenced by a symbol store.

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

'Declaration
<ComVisibleAttribute(True)> _
Public Interface ISymbolDocumentWriter

The ISymbolDocumentWriter type exposes the following members.

  NameDescription
Public methodSupported by Silverlight for Windows PhoneSetCheckSumSets checksum information.
Public methodSupported by Silverlight for Windows PhoneSetSourceStores the raw source for a document in the symbol store.
Top

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.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

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

Community Additions

Show:
© 2017 Microsoft