SymDocumentWriter Class
Updated: March 13, 2015
Provides methods for writing to a document referenced by a symbol store.
Assembly: ISymWrapper (in ISymWrapper.dll)
System.Diagnostics.SymbolStore::SymDocumentWriterBase
System.Diagnostics.SymbolStore::SymDocumentWriter
| Name | Description | |
|---|---|---|
![]() | {dtor}() | Releases the resources held by the current instance.(Inherited from SymDocumentWriterBase.) |
![]() | Dispose() | Releases the resources used by the current instance of the SymDocumentWriter class. |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Releases unmanaged resources and performs other cleanup operations before the SymDocumentWriter is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | SetCheckSum(Guid, array<Byte>^) | Throws a NotImplementedException in all cases. |
![]() | SetSource(array<Byte>^) | Throws a NotSupportedException in all cases. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
A document is defined by a URL and a document type GUID. Optionally, the document source can be stored in the symbol store.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

