SymDocumentWriter 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于写入到符号存储区引用的文档的方法。
public ref class SymDocumentWriter : System::Diagnostics::SymbolStore::ISymbolDocumentWriter
	public ref class SymDocumentWriter : System::Diagnostics::SymbolStore::SymDocumentWriterBase, IDisposable, System::Diagnostics::SymbolStore::ISymbolDocumentWriter
	public class SymDocumentWriter : System.Diagnostics.SymbolStore.ISymbolDocumentWriter
	[System.Runtime.InteropServices.ComVisible(true)]
public class SymDocumentWriter : System.Diagnostics.SymbolStore.ISymbolDocumentWriter
	[System.Runtime.InteropServices.ComVisible(true)]
public class SymDocumentWriter : System.Diagnostics.SymbolStore.SymDocumentWriterBase, IDisposable, System.Diagnostics.SymbolStore.ISymbolDocumentWriter
	type SymDocumentWriter = class
    interface ISymbolDocumentWriter
	[<System.Runtime.InteropServices.ComVisible(true)>]
type SymDocumentWriter = class
    interface ISymbolDocumentWriter
	[<System.Runtime.InteropServices.ComVisible(true)>]
type SymDocumentWriter = class
    inherit SymDocumentWriterBase
    interface ISymbolDocumentWriter
    interface IDisposable
	Public Class SymDocumentWriter
Implements ISymbolDocumentWriter
	Public Class SymDocumentWriter
Inherits SymDocumentWriterBase
Implements IDisposable, ISymbolDocumentWriter
		- 继承
 - 
				SymDocumentWriter
 
- 继承
 
- 属性
 
- 实现
 
注解
文档由 URL 和文档类型 GUID 定义。 (可选)文档源可以存储在符号存储中。
构造函数
| SymDocumentWriter(ISymUnmanagedDocumentWriter*) | 
		 初始化 SymDocumentWriter 类的新实例。  | 
        	
| SymDocumentWriter(ISymUnmanagedDocumentWriter*) | 
		 初始化 SymDocumentWriter 类的新实例。  | 
        	
方法
| __dtor() | 
			 此 API 支持产品基础结构,不能在代码中直接使用。 释放由 SymDocumentWriter 对象的当前实例控制的资源。  | 
        	
| {dtor}() | 
			 此 API 支持产品基础结构,不能在代码中直接使用。 释放由 SymDocumentWriter 对象的当前实例控制的资源。  | 
        	
| {dtor}() | 
		 释放由当前实例所持有的资源。 (继承自 SymDocumentWriterBase) | 
        	
| Dispose() | 
		 释放 SymDocumentWriter 类的当前实例使用的资源。  | 
        	
| Dispose(Boolean) | 
		 由 Dispose() 和 Finalize() 方法调用,以释放 SymBinder 类的当前实例所占用的托管资源和非托管资源。  | 
        	
| Equals(Object) | 
		 确定指定对象是否等于当前对象。 (继承自 Object) | 
        	
| Finalize() | 
		 在通过垃圾回收将 SymDocumentWriter 回收之前,释放非托管资源并执行其他清理操作。  | 
        	
| GetHashCode() | 
		 作为默认哈希函数。 (继承自 Object) | 
        	
| GetType() | 
		 获取当前实例的 Type。 (继承自 Object) | 
        	
| GetUnmanaged() | 
		 获取当前实例的非托管文档编写器。  | 
        	
| MemberwiseClone() | 
		 创建当前 Object 的浅表副本。 (继承自 Object) | 
        	
| SetCheckSum(Guid, Byte[]) | 
		 在所有情况下均引发 NotImplementedException。  | 
        	
| SetSource(Byte[]) | 
		 在所有情况下均引发 NotSupportedException。  | 
        	
| ToString() | 
		 返回表示当前对象的字符串。 (继承自 Object) |