Show / Hide Table of Contents

Class AssemblyRef

Inheritance
System.Object
AbstractStructure
AbstractTable
AssemblyRef
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(UInt32)
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class AssemblyRef : AbstractTable

Constructors

| Improve this Doc View Source

AssemblyRef(IRawFile, Int64, HeapSizes, IndexSize)

Declaration
public AssemblyRef(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type Name Description
IRawFile peFile
System.Int64 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

HashValue

Declaration
public uint HashValue { 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

PublicKeyOrToken

Declaration
public uint PublicKeyOrToken { 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
In This Article
Back to top Generated by DocFX