DkmClrNcModuleInstance.GetAssemblyImageBytes(UInt32, UInt32) 方法

定义

返回从指定 RVA 开始的图像字节。 由托管 DM 的符号提供程序实现。

此 API 是在 Visual Studio 15 Update 6 (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()

参数

RVA
UInt32

中从请求的字节开始的 RVA。

BytesRequested
UInt32

中请求的字节数。

返回

Byte[]

弄图像字节数。

适用于