SymDocumentWriter クラス

定義

シンボル ストアで参照されるドキュメントに書き込むためのメソッドを提供します。

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
継承
SymDocumentWriter
属性
実装

注釈

ドキュメントは、URL とドキュメントの種類 GUID によって定義されます。 必要に応じて、ドキュメント ソースをシンボル ストアに格納できます。

コンストラクター

SymDocumentWriter(ISymUnmanagedDocumentWriter*)

SymDocumentWriter クラスの新しいインスタンスを初期化します。

SymDocumentWriter(ISymUnmanagedDocumentWriter*)

SymDocumentWriter クラスの新しいインスタンスを初期化します。

メソッド

__dtor()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

SymDocumentWriter オブジェクトの現在のインスタンスに保持されているリソースを解放します。

{dtor}()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

SymDocumentWriter オブジェクトの現在のインスタンスに保持されているリソースを解放します。

{dtor}()

現在のインスタンスに保持されているリソースを解放します。

(継承元 SymDocumentWriterBase)
Dispose()

SymDocumentWriter クラスの現在のインスタンスによって使用されているリソースを解放します。

Dispose(Boolean)

SymBinder クラスの現在のインスタンスによって使用されているマネージド リソースとアンマネージド リソースを解放するために、Dispose() メソッドと Finalize() メソッドによって呼び出されます。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
Finalize()

SymDocumentWriter がガベージ コレクションによってクリアされる前に、アンマネージ リソースを解放し、その他のクリーンアップ操作を実行します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
GetUnmanaged()

現在のインスタンスのアンマネージ ドキュメント ライターを取得します。

MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
SetCheckSum(Guid, Byte[])

常に NotImplementedException をスローします。

SetSource(Byte[])

常に NotSupportedException をスローします。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象