DkmEmbeddedDocument 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.
DkmEmbeddedDocument represents a source file embedded in a symbol file.
This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).
public ref class DkmEmbeddedDocument
[System.Runtime.InteropServices.Guid("544106a8-d9c1-ccb5-6ea1-2d82417b1b33")]
public class DkmEmbeddedDocument
[<System.Runtime.InteropServices.Guid("544106a8-d9c1-ccb5-6ea1-2d82417b1b33")>]
type DkmEmbeddedDocument = class
Public Class DkmEmbeddedDocument
- Inheritance
-
DkmEmbeddedDocument
- Attributes
Properties
CompressionAlgorithm |
The compression algorithm used to compress the bytes contained in Content. This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5). |
Content |
The raw bytes of the Content contained in the symbol file. These bytes may need to be decompressed. This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5). |
Module |
The module that contains this Module. This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5). |
UncompressedSize |
The length, in bytes, of the Content field when decompressed. Will be 0 if Content is not compressed or if the uncompressed size is not available. This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5). |
Methods
Create(DkmModule, ReadOnlyCollection<Byte>, DkmCompressionAlgorithmId, UInt32) |
Create a new DkmEmbeddedDocument object instance. This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5). |