Show / Hide Table of Contents

Class MetaDataStreamString

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

Inheritance
object
AbstractStructure
MetaDataStreamString
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 MetaDataStreamString : AbstractStructure

Constructors

| Edit this page View Source

MetaDataStreamString(IRawFile, long, uint)

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

Methods

| Edit this page View Source

GetStringAtIndex(uint)

Return the string at the index from the stream.

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

Index of the string to return.

Returns
Type Description
string

String at the position index.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX