IDkmEmbeddedDocumentProvider158.HasEmbeddedDocument Method

Definition

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

public:
 bool HasEmbeddedDocument(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction);
public bool HasEmbeddedDocument (Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol instruction);
abstract member HasEmbeddedDocument : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol -> bool
Public Function HasEmbeddedDocument (instruction As DkmInstructionSymbol) As Boolean

Parameters

instruction
DkmInstructionSymbol

[In] DkmInstructionSymbol represents a method in the target process.

Returns

[Out] True if the instruction symbol is in an embedded document.

Applies to