DkmClrNcContainerModuleInstance.GetMergedAssemblyImageBytes Yöntem

Tanım

Belirtilen RVA 'dan başlayan resim baytlarını döndürür. Yönetilen DM için sembol sağlayıcısı tarafından uygulandı.

Bu API, Visual Studio 15 güncelleştirme 6 ' da (DkmApiVersion. VS15Update6) tanıtılmıştır.

public:
 cli::array <System::Byte> ^ GetMergedAssemblyImageBytes(System::UInt32 RVA, System::UInt32 BytesRequested);
public:
 Platform::Array <byte> ^ GetMergedAssemblyImageBytes(unsigned int RVA, unsigned int BytesRequested);
std::Array <byte> GetMergedAssemblyImageBytes(unsigned int RVA, unsigned int BytesRequested);
public byte[] GetMergedAssemblyImageBytes (uint RVA, uint BytesRequested);
member this.GetMergedAssemblyImageBytes : uint32 * uint32 -> byte[]
Public Function GetMergedAssemblyImageBytes (RVA As UInteger, BytesRequested As UInteger) As Byte()

Parametreler

RVA
UInt32

'Ndaki Baytların istenen RVA 'Sı başlatılıyor.

BytesRequested
UInt32

'Ndaki İstenen bayt sayısı.

Döndürülenler

Byte[]

Dışı Görüntü baytları.

Şunlara uygulanır