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

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

public:
 bool HasEmbeddedDocument();
public bool HasEmbeddedDocument ();
member this.HasEmbeddedDocument : unit -> bool
Public Function HasEmbeddedDocument () As Boolean

Returns

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

Applies to