Show / Hide Table of Contents

Class MetaDataStreamHdr

The Meta Data Stream Header contains information about data streams (sections) in a .Net assembly.

Inheritance
System.Object
AbstractStructure
MetaDataStreamHdr
Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public class MetaDataStreamHdr : AbstractStructure

Constructors

| Improve this Doc View Source

MetaDataStreamHdr(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 Source

RelOffset

Relative offset (from Meta Data Header) to the stream.

Declaration
public uint RelOffset { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Size

Size of the stream content.

Declaration
public uint Size { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

StreamName

Name of the stream.

Declaration
public string StreamName { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX