Show / Hide Table of Contents

Class AssemblyRefOS

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

Constructors

| Improve this Doc View Source

AssemblyRefOS(IRawFile, Int64, HeapSizes, IndexSize)

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

AssemblyRef

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

OSMajorVersion

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

OSMinorVersion

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

OSPlatformID

Declaration
public uint OSPlatformID { get; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX