Show / Hide Table of Contents

Class METADATASTREAM_GUID

Represents the "GUID" meta data stream from the .Net header which contains all application GUIDs to idenfitfy different assembly versions.

Inheritance
System.Object
AbstractStructure
METADATASTREAM_GUID
Implements
IMETADATASTREAM_GUID
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_GUID : AbstractStructure, IMETADATASTREAM_GUID

Constructors

| Improve this Doc View Source

METADATASTREAM_GUID(Byte[], UInt32, UInt32)

Declaration
public METADATASTREAM_GUID(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

Guids

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

GuidsAndIndices

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

Declaration
public Guid? GetGuidAtIndex(uint index)
Parameters
Type Name Description
System.UInt32 index
Returns
Type Description
System.Nullable<System.Guid>

Implements

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