Show / Hide Table of Contents

Class Assembly

Inheritance
System.Object
AbstractStructure
AbstractTable
Assembly
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(UInt32)
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.MetaDataTables
Assembly: PeNet.dll
Syntax
public class Assembly : AbstractTable

Constructors

| Improve this Doc View Source

Assembly(Byte[], UInt32, HeapSizes, IndexSize)

Declaration
public Assembly(byte[] buff, uint offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type Name Description
System.Byte[] buff
System.UInt32 offset
HeapSizes heapSizes
IndexSize indexSizes

Properties

| Improve this Doc View Source

BuildNumber

Declaration
public ushort BuildNumber { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

Culture

Declaration
public uint Culture { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Flags

Declaration
public uint Flags { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

HashAlgId

Declaration
public uint HashAlgId { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

MajorVersion

Declaration
public ushort MajorVersion { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

MinorVersion

Declaration
public ushort MinorVersion { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

Name

Declaration
public uint Name { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

PublicKey

Declaration
public uint PublicKey { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

RevisionNumber

Declaration
public ushort RevisionNumber { get; }
Property Value
Type Description
System.UInt16
  • Improve this Doc
  • View Source
Back to top Generated by DocFX