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

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

Public Properties

Property Type Description
Characteristics System.UInt16
Machine System.UInt16
NumberOfSections System.UInt16
NumberOfSymbols System.UInt32
PointerToSymbolTable System.UInt32
SizeOfOptionalHeader System.UInt16
TimeDateStamp System.UInt32

Property Details

Characteristics public property

public UInt16,System Characteristics
return System.UInt16

Machine public property

public UInt16,System Machine
return System.UInt16

NumberOfSections public property

public UInt16,System NumberOfSections
return System.UInt16

NumberOfSymbols public property

public UInt32,System NumberOfSymbols
return System.UInt32

PointerToSymbolTable public property

public UInt32,System PointerToSymbolTable
return System.UInt32

SizeOfOptionalHeader public property

public UInt16,System SizeOfOptionalHeader
return System.UInt16

TimeDateStamp public property

public UInt32,System TimeDateStamp
return System.UInt32