C# Class TUP.AsmResolver.PE.Structures.IMAGE_DOS_HEADER

Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Properties

Property Type Description
e_cblp System.UInt16
e_cp System.UInt16
e_cparhdr System.UInt16
e_crlc System.UInt16
e_cs System.UInt16
e_csum System.UInt16
e_ip System.UInt16
e_lfanew System.Int32
e_lfarlc System.UInt16
e_maxalloc System.UInt16
e_minalloc System.UInt16
e_oemid System.UInt16
e_oeminfo System.UInt16
e_ovno System.UInt16
e_sp System.UInt16
e_ss System.UInt16

Private Properties

Property Type Description

Property Details

e_cblp public property

public UInt16,System e_cblp
return System.UInt16

e_cp public property

public UInt16,System e_cp
return System.UInt16

e_cparhdr public property

public UInt16,System e_cparhdr
return System.UInt16

e_crlc public property

public UInt16,System e_crlc
return System.UInt16

e_cs public property

public UInt16,System e_cs
return System.UInt16

e_csum public property

public UInt16,System e_csum
return System.UInt16

e_ip public property

public UInt16,System e_ip
return System.UInt16

e_lfanew public property

public Int32,System e_lfanew
return System.Int32

e_lfarlc public property

public UInt16,System e_lfarlc
return System.UInt16

e_maxalloc public property

public UInt16,System e_maxalloc
return System.UInt16

e_minalloc public property

public UInt16,System e_minalloc
return System.UInt16

e_oemid public property

public UInt16,System e_oemid
return System.UInt16

e_oeminfo public property

public UInt16,System e_oeminfo
return System.UInt16

e_ovno public property

public UInt16,System e_ovno
return System.UInt16

e_sp public property

public UInt16,System e_sp
return System.UInt16

e_ss public property

public UInt16,System e_ss
return System.UInt16