Struct PeReader.IMAGE_FILE_HEADER
Inherited Members
Namespace: NXOpen.Utilities
Assembly: NXOpen.Utilities.dll
Syntax
public struct PeReader.IMAGE_FILE_HEADER
Fields
Characteristics
Declaration
public ushort Characteristics
Field Value
| Type | Description |
|---|---|
| ushort |
Machine
Declaration
public ushort Machine
Field Value
| Type | Description |
|---|---|
| ushort |
NumberOfSections
Declaration
public ushort NumberOfSections
Field Value
| Type | Description |
|---|---|
| ushort |
NumberOfSymbols
Declaration
public uint NumberOfSymbols
Field Value
| Type | Description |
|---|---|
| uint |
PointerToSymbolTable
Declaration
public uint PointerToSymbolTable
Field Value
| Type | Description |
|---|---|
| uint |
SizeOfOptionalHeader
Declaration
public ushort SizeOfOptionalHeader
Field Value
| Type | Description |
|---|---|
| ushort |
TimeDateStamp
Declaration
public uint TimeDateStamp
Field Value
| Type | Description |
|---|---|
| uint |