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

Show file Open project: Rex-Hays/GNIDA

Public Properties

Property Type Description
AddressOfFunctions uint
AddressOfNameOrdinals uint
AddressOfNames uint
Base uint
Characteristics uint
MajorVersion ushort
MinorVersion ushort
Name uint
NumberOfFunctions uint
NumberOfNames uint
TimeDateStamp uint

Property Details

AddressOfFunctions public property

public uint AddressOfFunctions
return uint

AddressOfNameOrdinals public property

public uint AddressOfNameOrdinals
return uint

AddressOfNames public property

public uint AddressOfNames
return uint

Base public property

public uint Base
return uint

Characteristics public property

public uint Characteristics
return uint

MajorVersion public property

public ushort MajorVersion
return ushort

MinorVersion public property

public ushort MinorVersion
return ushort

Name public property

public uint Name
return uint

NumberOfFunctions public property

public uint NumberOfFunctions
return uint

NumberOfNames public property

public uint NumberOfNames
return uint

TimeDateStamp public property

public uint TimeDateStamp
return uint