Show / Hide Table of Contents

Class AssemblyRef

Inheritance
object
AbstractStructure
AbstractTable
AssemblyRef
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(uint)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class AssemblyRef : AbstractTable

Constructors

| Edit this page View Source

AssemblyRef(IRawFile, long, HeapSizes, IndexSize)

Declaration
public AssemblyRef(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type Name Description
IRawFile peFile
long offset
HeapSizes heapSizes
IndexSize indexSizes

Properties

| Edit this page View Source

BuildNumber

Declaration
public ushort BuildNumber { get; }
Property Value
Type Description
ushort
| Edit this page View Source

Culture

Declaration
public uint Culture { get; }
Property Value
Type Description
uint
| Edit this page View Source

Flags

Declaration
public uint Flags { get; }
Property Value
Type Description
uint
| Edit this page View Source

HashValue

Declaration
public uint HashValue { get; }
Property Value
Type Description
uint
| Edit this page View Source

MajorVersion

Declaration
public ushort MajorVersion { get; }
Property Value
Type Description
ushort
| Edit this page View Source

MinorVersion

Declaration
public ushort MinorVersion { get; }
Property Value
Type Description
ushort
| Edit this page View Source

Name

Declaration
public uint Name { get; }
Property Value
Type Description
uint
| Edit this page View Source

PublicKeyOrToken

Declaration
public uint PublicKeyOrToken { get; }
Property Value
Type Description
uint
| Edit this page View Source

RevisionNumber

Declaration
public ushort RevisionNumber { get; }
Property Value
Type Description
ushort
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX