Inheritance
System.Object
AssemblyOS
Assembly: PeNet.dll
public class AssemblyOS : AbstractTable
Constructors
|
Improve this Doc
View Source
Declaration
public AssemblyOS(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public uint OSMajorVersion { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint OSMinorVersion { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint OSPlatformID { get; }
Property Value
Type |
Description |
System.UInt32 |
|