Show / Hide Table of Contents

Class METADATASTREAM_US

Represents the "US" (user string) meta data stream from the .Net header which contains all application interal strings.

Inheritance
System.Object
AbstractStructure
METADATASTREAM_US
Implements
IMETADATASTREAM_US
Inherited Members
AbstractStructure.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class METADATASTREAM_US : AbstractStructure, IMETADATASTREAM_US

Constructors

| Improve this Doc View Source

METADATASTREAM_US(Byte[], UInt32, UInt32)

Declaration
public METADATASTREAM_US(byte[] buff, uint offset, uint size)
Parameters
Type Name Description
System.Byte[] buff
System.UInt32 offset
System.UInt32 size

Properties

| Improve this Doc View Source

UserStrings

Declaration
public List<string> UserStrings { get; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

UserStringsAndIndices

Declaration
public List<Tuple<string, uint>> UserStringsAndIndices { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Tuple<System.String, System.UInt32>>

Methods

| Improve this Doc View Source

GetUserStringAtIndex(UInt32)

Declaration
public string GetUserStringAtIndex(uint index)
Parameters
Type Name Description
System.UInt32 index
Returns
Type Description
System.String

Implements

IMETADATASTREAM_US
  • Improve this Doc
  • View Source
Back to top Generated by DocFX