IDkmSymbolFileBytesQuery Interface

Definition

This API is used to retrieve raw bytes of the symbol file from the Remote side.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, LanguageId, SymbolProviderId, TransportKind.

This API was introduced in Visual Studio 14 Update 3 Micro Update (DkmApiVersion.VS14Update3MicroUpdate).

public interface class IDkmSymbolFileBytesQuery
public interface class IDkmSymbolFileBytesQuery
__interface IDkmSymbolFileBytesQuery
public interface IDkmSymbolFileBytesQuery
type IDkmSymbolFileBytesQuery = interface
Public Interface IDkmSymbolFileBytesQuery

Methods

GetSymbolFileRawBytes(DkmModule)

GetSymbolFileRawBytes is used to retrieve the raw bytes of a symbol file from the remote side. This is currently only supported for dynamic portable PDBs. This will return at most 10 MB.

Applies to