Show / Hide Table of Contents

Interface IMETADATASTREAM_GUID

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

Properties

| Improve this Doc View Source

Guids

List with all GUIDs from the Meta Data stream "GUID".

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

GuidsAndIndices

List with all GUIDs and their index from the Meta Data stream "GUID".

Declaration
List<Tuple<Guid, uint>> GuidsAndIndices { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Tuple<System.Guid, System.UInt32>>

Methods

| Improve this Doc View Source

GetGuidAtIndex(UInt32)

Return the GUID at the index from the stream.

Declaration
Guid? GetGuidAtIndex(uint index)
Parameters
Type Name Description
System.UInt32 index

Index of the GUID to return.

Returns
Type Description
System.Nullable<System.Guid>

GUID at the position index. Null if not available.

| 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