Search Results for

    Show / Hide Table of Contents

    Struct PeReader.IMAGE_DOS_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_DOS_HEADER

    Fields

    e_cblp

    Declaration
    public ushort e_cblp
    Field Value
    Type Description
    System.UInt16

    e_cp

    Declaration
    public ushort e_cp
    Field Value
    Type Description
    System.UInt16

    e_cparhdr

    Declaration
    public ushort e_cparhdr
    Field Value
    Type Description
    System.UInt16

    e_crlc

    Declaration
    public ushort e_crlc
    Field Value
    Type Description
    System.UInt16

    e_cs

    Declaration
    public ushort e_cs
    Field Value
    Type Description
    System.UInt16

    e_csum

    Declaration
    public ushort e_csum
    Field Value
    Type Description
    System.UInt16

    e_ip

    Declaration
    public ushort e_ip
    Field Value
    Type Description
    System.UInt16

    e_lfanew

    Declaration
    public uint e_lfanew
    Field Value
    Type Description
    System.UInt32

    e_lfarlc

    Declaration
    public ushort e_lfarlc
    Field Value
    Type Description
    System.UInt16

    e_magic

    Declaration
    public ushort e_magic
    Field Value
    Type Description
    System.UInt16

    e_maxalloc

    Declaration
    public ushort e_maxalloc
    Field Value
    Type Description
    System.UInt16

    e_minalloc

    Declaration
    public ushort e_minalloc
    Field Value
    Type Description
    System.UInt16

    e_oemid

    Declaration
    public ushort e_oemid
    Field Value
    Type Description
    System.UInt16

    e_oeminfo

    Declaration
    public ushort e_oeminfo
    Field Value
    Type Description
    System.UInt16

    e_ovno

    Declaration
    public ushort e_ovno
    Field Value
    Type Description
    System.UInt16

    e_res1

    Declaration
    public ushort[] e_res1
    Field Value
    Type Description
    System.UInt16[]

    e_res2

    Declaration
    public ushort[] e_res2
    Field Value
    Type Description
    System.UInt16[]

    e_sp

    Declaration
    public ushort e_sp
    Field Value
    Type Description
    System.UInt16

    e_ss

    Declaration
    public ushort e_ss
    Field Value
    Type Description
    System.UInt16
    In This Article
    Back to top Generated by DocFX