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)

適用対象