Show / Hide Table of Contents

Interface IMETADATASTREAM_US

Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public interface IMETADATASTREAM_US

Properties

| Improve this Doc View Source

UserStrings

List with strings in the Meta Data stream "US".

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

UserStringsAndIndices

List with strings and their index in the Meta Data stream "US".

Declaration
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)

Return the user string at the index from the stream.

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

Index of the user string to return.

Returns
Type Description
System.String

User string at the position index.

| Improve this Doc View Source

ToString()

Creates a string representation of the objects properties.

Declaration
string ToString()
Returns
Type Description
System.String

Optional header properties as a string.

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