EmbeddedText Class

Definition

Represents text to be embedded in a PDB.

public ref class EmbeddedText sealed
public sealed class EmbeddedText
type EmbeddedText = class
Public NotInheritable Class EmbeddedText
Inheritance
EmbeddedText

Properties

Checksum

The ChecksumAlgorithm hash of the uncompressed bytes that's saved to the PDB.

ChecksumAlgorithm

Hash algorithm to use to calculate checksum of the text that's saved to PDB.

FilePath

The path to the file to embed.

Methods

FromBytes(String, ArraySegment<Byte>, SourceHashAlgorithm)

Constructs an EmbeddedText from bytes.

FromSource(String, SourceText)

Constructs a EmbeddedText for embedding the given SourceText.

FromStream(String, Stream, SourceHashAlgorithm)

Constructs an EmbeddedText from stream content.

Applies to