Show / Hide Table of Contents

Class MetaDataStreamHdr

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

Inheritance
object
AbstractStructure
MetaDataStreamHdr
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public class MetaDataStreamHdr : AbstractStructure

Constructors

| Edit this page View Source

MetaDataStreamHdr(IRawFile, long)

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.

long offset

Offset in the buffer, where the header starts.

Properties

| Edit this page View Source

RelOffset

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

Declaration
public uint RelOffset { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

Size

Size of the stream content.

Declaration
public uint Size { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

StreamName

Name of the stream.

Declaration
public string StreamName { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX