Search Results for

    Show / Hide Table of Contents

    Struct PeReader.IMAGE_FILE_HEADER

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    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
    In this article
    Back to top Generated by DocFX