C# Class DevService.Util.IMAGE_FILE_HEADER

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
Characteristics ushort
Machine ushort
NumberOfSections ushort
NumberOfSymbols ulong
PointerToSymbolTable ulong
SizeOfOptionalHeader ushort
TimeDateStamp ulong

Property Details

Characteristics public_oe property

public ushort Characteristics
return ushort

Machine public_oe property

public ushort Machine
return ushort

NumberOfSections public_oe property

public ushort NumberOfSections
return ushort

NumberOfSymbols public_oe property

public ulong NumberOfSymbols
return ulong

PointerToSymbolTable public_oe property

public ulong PointerToSymbolTable
return ulong

SizeOfOptionalHeader public_oe property

public ushort SizeOfOptionalHeader
return ushort

TimeDateStamp public_oe property

public ulong TimeDateStamp
return ulong