Class AssemblyOS
Inherited Members
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class AssemblyOS : AbstractTable
Constructors
| Edit this page View SourceAssemblyOS(IRawFile, long, HeapSizes, IndexSize)
Declaration
public AssemblyOS(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 SourceOSMajorVersion
Declaration
public uint OSMajorVersion { get; }
Property Value
| Type | Description |
|---|---|
| uint |
OSMinorVersion
Declaration
public uint OSMinorVersion { get; }
Property Value
| Type | Description |
|---|---|
| uint |
OSPlatformID
Declaration
public uint OSPlatformID { get; }
Property Value
| Type | Description |
|---|---|
| uint |