DkmClrNcModuleInstance.GetAssemblyImageBytes(UInt32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回从指定 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[]
弄图像字节数。