Struct PeReader.IMAGE_FILE_HEADER
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Utilities
Assembly: NXOpen.Utilities.dll
Syntax
public struct IMAGE_FILE_HEADER
Fields
Characteristics
Declaration
public ushort Characteristics
Field Value
Type | Description |
---|---|
System.UInt16 |
Machine
Declaration
public ushort Machine
Field Value
Type | Description |
---|---|
System.UInt16 |
NumberOfSections
Declaration
public ushort NumberOfSections
Field Value
Type | Description |
---|---|
System.UInt16 |
NumberOfSymbols
Declaration
public uint NumberOfSymbols
Field Value
Type | Description |
---|---|
System.UInt32 |
PointerToSymbolTable
Declaration
public uint PointerToSymbolTable
Field Value
Type | Description |
---|---|
System.UInt32 |
SizeOfOptionalHeader
Declaration
public ushort SizeOfOptionalHeader
Field Value
Type | Description |
---|---|
System.UInt16 |
TimeDateStamp
Declaration
public uint TimeDateStamp
Field Value
Type | Description |
---|---|
System.UInt32 |