DebugDirectoryBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class DebugDirectoryBuilder sealed
public sealed class DebugDirectoryBuilder
type DebugDirectoryBuilder = class
Public NotInheritable Class DebugDirectoryBuilder
- Inheritance
-
DebugDirectoryBuilder
Constructors
DebugDirectoryBuilder() |
Initializes a new instance of the DebugDirectoryBuilder class. |
Methods
AddCodeViewEntry(String, BlobContentId, UInt16, Int32) |
Adds a CodeView entry. |
AddCodeViewEntry(String, BlobContentId, UInt16) |
Adds a CodeView entry. |
AddEmbeddedPortablePdbEntry(BlobBuilder, UInt16) |
Adds an Embedded Portable PDB entry. |
AddEntry(DebugDirectoryEntryType, UInt32, UInt32) |
Adds an entry of the specified type. |
AddEntry<TData>(DebugDirectoryEntryType, UInt32, UInt32, TData, Action<BlobBuilder,TData>) |
Adds an entry of the specified type and serializes its data. |
AddPdbChecksumEntry(String, ImmutableArray<Byte>) |
Adds PDB checksum entry. |
AddReproducibleEntry() |
Adds a reproducible entry. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |