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.  |