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)

适用于