DkmModule.GetSymbolFileRawBytes Method

Definition

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.

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

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

public:
 cli::array <System::Byte> ^ GetSymbolFileRawBytes();
public:
 Platform::Array <byte> ^ GetSymbolFileRawBytes();
std::Array <byte> GetSymbolFileRawBytes();
public byte[] GetSymbolFileRawBytes ();
member this.GetSymbolFileRawBytes : unit -> byte[]
Public Function GetSymbolFileRawBytes () As Byte()

Returns

Byte[]

[Out] The raw bytes of the symbol file.

Applies to