IDkmEmbeddedDocumentProvider158 Interface
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.
This API is used in vsdbg scenarios to determine if a given instruction is in an embedded document without obtaining the content of the document.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: RuntimeId, SymbolProviderId.
This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).
public interface class IDkmEmbeddedDocumentProvider158
public interface IDkmEmbeddedDocumentProvider158
type IDkmEmbeddedDocumentProvider158 = interface
Public Interface IDkmEmbeddedDocumentProvider158
Methods
HasEmbeddedDocument(DkmInstructionSymbol) |
Tests if the given symbol has an embedded document. Embedded documents are when a source file (ex: main.cs) is embedded inside the symbol file (ex: example.pdb). |