Class AssemblyOS
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures.MetaDataTables
Assembly: PeNet.dll
Syntax
public class AssemblyOS : AbstractTable
Constructors
| Improve this Doc View SourceAssemblyOS(Byte[], UInt32, HeapSizes, IndexSize)
Declaration
public AssemblyOS(byte[] buff, uint offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | |
System.UInt32 | offset | |
HeapSizes | heapSizes | |
IndexSize | indexSizes |
Properties
| Improve this Doc View SourceOSMajorVersion
Declaration
public uint OSMajorVersion { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
OSMinorVersion
Declaration
public uint OSMinorVersion { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
OSPlatformID
Declaration
public uint OSPlatformID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |