Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PEMemoryBlock Struct
Definition
- Namespace:
- System.Reflection.PortableExecutable
- Assembly:
- System.Reflection.Metadata.dll
- Package:
- System.Reflection.Metadata v11.0.0-preview.5.26302.115
- Source:
- PEMemoryBlock.cs
- Source:
- PEMemoryBlock.cs
- Source:
- PEMemoryBlock.cs
- Source:
- PEMemoryBlock.cs
- Source:
- PEMemoryBlock.cs
- Source:
- PEMemoryBlock.cs
- Source:
- PEMemoryBlock.cs
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
| Name | Description |
|---|---|
| Length |
Gets the length of the block. |
| Pointer |
Gets a pointer to the first byte of the block. |
Methods
| Name | Description |
|---|---|
| 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
Feedback
Was this page helpful?
