DebugDirectoryBuilder クラス

定義

public ref class DebugDirectoryBuilder sealed
public sealed class DebugDirectoryBuilder
type DebugDirectoryBuilder = class
Public NotInheritable Class DebugDirectoryBuilder
継承
DebugDirectoryBuilder

コンストラクター

DebugDirectoryBuilder()

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

メソッド

AddCodeViewEntry(String, BlobContentId, UInt16)

CodeView エントリを追加します。

AddCodeViewEntry(String, BlobContentId, UInt16, Int32)

CodeView エントリを追加します。

AddEmbeddedPortablePdbEntry(BlobBuilder, UInt16)

埋め込みポータブル PDB エントリを追加します。

AddEntry(DebugDirectoryEntryType, UInt32, UInt32)

指定された種類のエントリを追加します。

AddEntry<TData>(DebugDirectoryEntryType, UInt32, UInt32, TData, Action<BlobBuilder,TData>)

指定された種類のエントリを追加し、そのデータをシリアル化します。

AddPdbChecksumEntry(String, ImmutableArray<Byte>)

PDB チェックサム エントリを追加します。

AddReproducibleEntry()

再現可能なエントリを追加します。

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象