System.Diagnostics.SymbolStore.ISymbolDocument

Represents a document referenced by a symbol store.

See Also: ISymbolDocument Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public interface ISymbolDocument

Remarks

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.

Note:

This interface is the managed counterpart of the ISymUnmanagedDocument interface, one of the unmanaged symbol store interfaces that provide an alternative way to read and write debug symbol information.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0