DkmModule.GetSymbolFileRawBytes Method
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.
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
[Out] The raw bytes of the symbol file.