Class MetaDataStreamHdr
The Meta Data Stream Header contains information about data streams (sections) in a .Net assembly.
Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public class MetaDataStreamHdr : AbstractStructure
Constructors
| Improve this Doc View SourceMetaDataStreamHdr(IRawFile, Int64)
Create a new Meta Data Stream Header instance from a byte array.
Declaration
public MetaDataStreamHdr(IRawFile peFile, long offset)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawFile | peFile | PE file which contains a Meta Data Stream Header. |
| System.Int64 | offset | Offset in the buffer, where the header starts. |
Properties
| Improve this Doc View SourceRelOffset
Relative offset (from Meta Data Header) to the stream.
Declaration
public uint RelOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Size
Size of the stream content.
Declaration
public uint Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
StreamName
Name of the stream.
Declaration
public string StreamName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |