Show / Hide Table of Contents

Class MetaDataStreamString

Represents the "String" meta data stream from the .Net header which contains all application interal strings.

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

Constructors

| Improve this Doc View Source

MetaDataStreamString(IRawFile, Int64, UInt32)

Declaration
public MetaDataStreamString(IRawFile peFile, long offset, uint size)
Parameters
Type Name Description
IRawFile peFile
System.Int64 offset
System.UInt32 size

Methods

| Improve this Doc View Source

GetStringAtIndex(UInt32)

Return the string at the index from the stream.

Declaration
public string GetStringAtIndex(uint index)
Parameters
Type Name Description
System.UInt32 index

Index of the string to return.

Returns
Type Description
System.String

String at the position index.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX