EmbeddedText 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.