PEReader.GetEntireImage 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.
Gets a PEMemoryBlock object containing the entire PE image.
public:
System::Reflection::PortableExecutable::PEMemoryBlock GetEntireImage();
public System.Reflection.PortableExecutable.PEMemoryBlock GetEntireImage ();
member this.GetEntireImage : unit -> System.Reflection.PortableExecutable.PEMemoryBlock
Public Function GetEntireImage () As PEMemoryBlock
Returns
A memory block that contains the entire PE image.
Exceptions
The entire PE image is not available.
Remarks
You can retrieve the value of the IsEntireImageAvailable property to determine whether the PEReader makes the entire image available.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา