DkmClrNcModuleInstance.GetAssemblyImageBytes(UInt32, UInt32) 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.
Returns the image bytes starting at a specified RVA. Implemented by symbol provider for managed DM.
This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.VS15Update6).
public:
cli::array <System::Byte> ^ GetAssemblyImageBytes(System::UInt32 RVA, System::UInt32 BytesRequested);
public:
Platform::Array <byte> ^ GetAssemblyImageBytes(unsigned int RVA, unsigned int BytesRequested);
std::Array <byte> GetAssemblyImageBytes(unsigned int RVA, unsigned int BytesRequested);
public byte[] GetAssemblyImageBytes (uint RVA, uint BytesRequested);
member this.GetAssemblyImageBytes : uint32 * uint32 -> byte[]
Public Function GetAssemblyImageBytes (RVA As UInteger, BytesRequested As UInteger) As Byte()
Parameters
- RVA
- UInt32
[In] Starting RVA from where bytes are requested.
- BytesRequested
- UInt32
[In] Number of bytes requested.
Returns
Byte[]
[Out] Image bytes.