Show / Hide Table of Contents

Interface IMETADATASTREAM_STRING

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

Methods

| Improve this Doc View Source

GetStringAtIndex(UInt32)

Return the string at the index from the stream.

Declaration
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

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