PEMemoryBlock Struct
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.
Represents a block of memory in the Portable Executable (PE) image.
public value class PEMemoryBlock
public struct PEMemoryBlock
public readonly struct PEMemoryBlock
type PEMemoryBlock = struct
Public Structure PEMemoryBlock
- Inheritance
Properties
Length |
Gets the length of the block. |
Pointer |
Gets a pointer to the first byte of the block. |
Methods
GetContent() |
Reads the contents of the entire block into an array. |
GetContent(Int32, Int32) |
Reads the contents of a part of the block into an array. |
GetReader() |
Creates a BlobReader for a blob spanning the entire block. |
GetReader(Int32, Int32) |
Creates a BlobReader for a blob spanning a part of the block. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET